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/bookmark.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/bookmark.c')
| -rw-r--r-- | apps/bookmark.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c index 2ce03a2..c9a2859 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -41,7 +41,6 @@ #include "backdrop.h" #include "file.h" #include "statusbar.h" -#include "textarea.h" #define MAX_BOOKMARKS 10 #define MAX_BOOKMARK_SIZE 350 |