1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jonathan Gordon 2008-05-29 11:13:46 +00:00
parent 43f0770943
commit 0501fb016c
10 changed files with 99 additions and 204 deletions

View file

@ -73,7 +73,6 @@
#ifdef BOOTFILE
#if !defined(USB_NONE) && !defined(USB_IPODSTYLE)
#include "textarea.h"
#include "rolo.h"
#include "yesno.h"
#endif