diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2008-05-11 13:39:22 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2008-05-11 13:39:22 +0000 |
| commit | 10df05438e329c7271c8cc7c4e9cdf2adace52dd (patch) | |
| tree | f6c4bce9793bba63802137f0425bc9a7cfaefec0 /apps/gui/quickscreen.c | |
| parent | fc25f3f61be62fdfe1d32f5bf1a52a2a148db6ab (diff) | |
| download | rockbox-10df05438e329c7271c8cc7c4e9cdf2adace52dd.zip rockbox-10df05438e329c7271c8cc7c4e9cdf2adace52dd.tar.gz rockbox-10df05438e329c7271c8cc7c4e9cdf2adace52dd.tar.bz2 rockbox-10df05438e329c7271c8cc7c4e9cdf2adace52dd.tar.xz | |
more textarea to viewport conversion... yes/no screen...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17454 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/quickscreen.c')
| -rw-r--r-- | apps/gui/quickscreen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/quickscreen.c b/apps/gui/quickscreen.c index 82550be..0959209 100644 --- a/apps/gui/quickscreen.c +++ b/apps/gui/quickscreen.c @@ -22,7 +22,6 @@ #include "config.h" #include "system.h" #include "icons.h" -#include "textarea.h" #include "font.h" #include "kernel.h" #include "misc.h" |