diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2008-05-29 11:13:46 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2008-05-29 11:13:46 +0000 |
| commit | 0501fb016c4d88d3430a34ecc55a003e062b5f63 (patch) | |
| tree | 272d3d3c33190c499d2ee4507f23cf532c85e46e /apps/misc.c | |
| parent | 43f0770943a3315561dbdcdb2bbb85b7026248b1 (diff) | |
| download | rockbox-0501fb016c4d88d3430a34ecc55a003e062b5f63.zip rockbox-0501fb016c4d88d3430a34ecc55a003e062b5f63.tar.gz rockbox-0501fb016c4d88d3430a34ecc55a003e062b5f63.tar.bz2 rockbox-0501fb016c4d88d3430a34ecc55a003e062b5f63.tar.xz | |
total removal of gui_textarea. The only thing using the text_message struct is the yesno screen so move its definition to yesno.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17653 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.c')
| -rw-r--r-- | apps/misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c index 23341a8..e9f1724 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -73,7 +73,6 @@ #ifdef BOOTFILE #if !defined(USB_NONE) && !defined(USB_IPODSTYLE) -#include "textarea.h" #include "rolo.h" #include "yesno.h" #endif |