diff options
Diffstat (limited to 'plugins/SplashScreen/src/headers.h')
-rw-r--r-- | plugins/SplashScreen/src/headers.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/SplashScreen/src/headers.h b/plugins/SplashScreen/src/headers.h index 127635df8b..b080917889 100644 --- a/plugins/SplashScreen/src/headers.h +++ b/plugins/SplashScreen/src/headers.h @@ -61,14 +61,11 @@ struct SPLASHOPTS {
byte active;
byte playsnd;
- byte loopsnd;
- byte runonce;
byte fadein;
byte fadeout;
- byte inheritGS;
+ byte inheritGS; //???
byte random;
byte showversion;
- byte fontsize;
int showtime;
int fosteps;
int fisteps;
|