summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Höhn <hoehnp@gmx.de>2021-09-07 21:39:48 +0200
committerPatrick Höhn <hoehnp@gmx.de>2021-09-07 21:39:48 +0200
commit916b5885b8e5b4ef4bbf70b82adedcbd4707a346 (patch)
treeeeaa6305aa9f0dcf2879bc4e4bedb2aa3207e126
parentbe76d3de8afb191f917364b7bf04cb924932660a (diff)
downloadnavit-916b5885b8e5b4ef4bbf70b82adedcbd4707a346.tar.gz
removed webos and maemo from other files
-rwxr-xr-xCMakeLists.txt1
-rw-r--r--navit/graphics/sdl/event.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9b4bf0f37..8f52cba3f 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -114,7 +114,6 @@ add_module(gui/gtk "GTK libs not found" FALSE)
add_module(vehicle/geoclue "geoclue lib not found" FALSE)
add_module(vehicle/gpsd "gpsd lib not found" FALSE)
add_module(vehicle/gypsy "gypsy lib not found" FALSE)
-add_module(vehicle/maemo "Default" FALSE)
add_module(binding/win32 "Default" FALSE)
add_module(binding/dbus "dbus-glib-1 not found" FALSE)
add_module(binding/python "python libraries not found" FALSE)
diff --git a/navit/graphics/sdl/event.c b/navit/graphics/sdl/event.c
index e94f1431b..b61abe196 100644
--- a/navit/graphics/sdl/event.c
+++ b/navit/graphics/sdl/event.c
@@ -5,7 +5,6 @@
* Author: norad
*/
-#include "webos/webos.h"
struct event_timeout {
SDL_TimerID id;