aboutsummaryrefslogtreecommitdiff
path: root/maemo/maemo_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'maemo/maemo_common.h')
-rw-r--r--maemo/maemo_common.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/maemo/maemo_common.h b/maemo/maemo_common.h
deleted file mode 100644
index ace0bfd..0000000
--- a/maemo/maemo_common.h
+++ /dev/null
@@ -1,18 +0,0 @@
-int maemo_init(int *argc, char ***argv);
-void maemo_finish();
-
-extern char file_name[MAXPATHLEN];
-extern int g_maemo_opts;
-
-extern inline void key_press_event(int key,int type);
-
-typedef struct
-{
- int sens;
- int y_def;
- float maxValue;
- float xMultiplier;
- float yMultiplier;
-} accel_option;
-
-extern accel_option accelOptions;