From ed1a3355deac93683a25296e573d65729bb3f2e7 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Tue, 24 Mar 2009 21:55:05 +0000 Subject: Add a Touchscreen Mode setting to switch between 3x3 grid and absolute point modes. Note that many screens have not yet been adjusted to absolute point mode, so use with caution. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20520 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index 20cec9bbfa..54ff191a3a 100644 --- a/apps/main.c +++ b/apps/main.c @@ -136,9 +136,6 @@ static void app_main(void) screens[i].update(); } tree_gui_init(); -#ifdef HAVE_TOUCHSCREEN - touchscreen_set_mode(TOUCHSCREEN_BUTTON); -#endif viewportmanager_set_statusbar(VP_SB_ALLSCREENS); add_event(GUI_EVENT_STATUSBAR_TOGGLE, false, viewportmanager_statusbar_changed); -- cgit v1.2.3