diff options
Diffstat (limited to 'apps/gui/splash.c')
| -rw-r--r-- | apps/gui/splash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/splash.c b/apps/gui/splash.c index 4ce751c..ad6625f 100644 --- a/apps/gui/splash.c +++ b/apps/gui/splash.c @@ -200,7 +200,6 @@ end: void splashf(int ticks, const char *fmt, ...) { va_list ap; - int i; /* If fmt is a lang ID then get the corresponding string (which still might contain % place holders). */ |