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/yesno.h | |
parent | fc25f3f61be62fdfe1d32f5bf1a52a2a148db6ab (diff) |
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/yesno.h')
-rw-r--r-- | apps/gui/yesno.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/gui/yesno.h b/apps/gui/yesno.h index b57ee89d48..50c4fbac5b 100644 --- a/apps/gui/yesno.h +++ b/apps/gui/yesno.h @@ -30,14 +30,6 @@ enum yesno_res YESNO_USB }; -struct gui_yesno -{ - const struct text_message * main_message; - const struct text_message * result_message[2]; - - struct screen * display; -}; - /* * Runs the yesno asker : * it will display the 'main_message' question, and wait for user keypress |