aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drv_MatrixOrbitalGX.c13
1 files changed, 4 insertions, 9 deletions
diff --git a/drv_MatrixOrbitalGX.c b/drv_MatrixOrbitalGX.c
index dc75dd1..5906f1f 100644
--- a/drv_MatrixOrbitalGX.c
+++ b/drv_MatrixOrbitalGX.c
@@ -348,7 +348,8 @@ static int drv_MOGX_backlightRGB(int backlight_R, int backlight_G, int backlight
}
/* start graphic display */
-static int drv_MOGX_start(const char *section, const int quiet)
+static int drv_MOGX_start(const char *section, const __attribute__ ((unused))
+ int quiet)
{
char *s;
int value1, value2, value3;
@@ -541,20 +542,14 @@ int drv_MOGX_init(const char *section, const int quiet)
/* close driver & display */
-int drv_MOGX_quit(const int quiet)
+int drv_MOGX_quit(const __attribute__ ((unused))
+ int quiet)
{
info("%s: shutting down.", Name);
/* clear display */
drv_MOGX_clear();
- /* say goodbye... */
- /*
- if (!quiet) {
- drv_generic_graphic_greet("goodbye!", NULL);
- }
- */
-
drv_generic_graphic_quit();
//debug("closing connection");
30f&follow=1'>Imported Upstream version 0+git20141218.b46a22cupstream/0+git20141218.b46a22cJonathan McCrohan535-639/+317 2014-10-15Imported Upstream version 0+git20141009.d26b627upstream/0+git20141009.d26b627Jonathan McCrohan2010-11120/+159271 2014-07-23Imported Upstream version 0+git20140611.14bd6c7upstream/0+git20140611.14bd6c7Jonathan McCrohan7-11/+60 2014-05-13Imported Upstream version 0+git20140512.1246b27upstream/0+git20140512.1246b27Jonathan McCrohan391-301/+3983 2014-04-05Imported Upstream version 0+git20140326.cfc2975upstream/0+git20140326.cfc2975Jonathan McCrohan118-656/+877