diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-08-13 14:27:06 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-08-13 14:27:06 +0000 |
commit | 20b9bc5c0a62e3bca446b2b077a381da7802d475 (patch) | |
tree | 60bd7d120deb3e7fe8cb9e60acaa9e80964a6ba4 /apps/gui/quickscreen.h | |
parent | e04f95eab9eaf51fcef2f56c258ea68d8df97d9d (diff) | |
download | rockbox-20b9bc5c0a62e3bca446b2b077a381da7802d475.tar.gz rockbox-20b9bc5c0a62e3bca446b2b077a381da7802d475.tar.bz2 rockbox-20b9bc5c0a62e3bca446b2b077a381da7802d475.zip |
Make gui_syncquickscreen_run() static as it's not used anywhere.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22290 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/quickscreen.h')
-rw-r--r-- | apps/gui/quickscreen.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/gui/quickscreen.h b/apps/gui/quickscreen.h index a44c206c50..d37bac3b8b 100644 --- a/apps/gui/quickscreen.h +++ b/apps/gui/quickscreen.h @@ -42,9 +42,6 @@ struct gui_quickscreen item is changed */ }; -bool gui_syncquickscreen_run(struct gui_quickscreen * qs, int button_enter); - - #ifdef BUTTON_F3 extern bool quick_screen_f3(int button_enter); #endif |