aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/CEDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/CEDevice.h')
-rw-r--r--backends/wince/CEDevice.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/backends/wince/CEDevice.h b/backends/wince/CEDevice.h
index 05558f6663..b8b0dd3f8f 100644
--- a/backends/wince/CEDevice.h
+++ b/backends/wince/CEDevice.h
@@ -35,15 +35,11 @@ class CEDevice {
static bool hasDesktopResolution();
static bool hasWideResolution();
static bool hasSmartphoneResolution();
- static bool enableHardwareKeyMapping();
- static bool disableHardwareKeyMapping();
static Common::String getKeyName(unsigned int keyCode);
private:
- static bool _hasGAPIMapping;
- static struct GXKeyList _portrait_keys;
typedef int (*tGXVoidFunction)(void);
typedef struct GXKeyList (*tGXGetDefaultKeys)(int);
};
-#endif \ No newline at end of file
+#endif