diff options
Diffstat (limited to 'backends/platform/symbian/src')
-rw-r--r-- | backends/platform/symbian/src/SymbianOS.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/backends/platform/symbian/src/SymbianOS.h b/backends/platform/symbian/src/SymbianOS.h index fea1ebc0b2..479f7fe9e0 100644 --- a/backends/platform/symbian/src/SymbianOS.h +++ b/backends/platform/symbian/src/SymbianOS.h @@ -50,28 +50,6 @@ public: void addSysArchivesToSearchSet(Common::SearchSet &s, int priority = 0); - // Vibration support -#ifdef USE_VIBRA_SE_PXXX - /** - * Intialize the vibration api used if present and supported - */ - void initializeVibration(); - - /** - * Turn vibration on, repeat no time - * @param vibraLength number of repetitions - */ - void vibrationOn(int vibraLength); - - /** - * Turns the vibration off - */ - void vibrationOff(); - -protected: - SonyEricsson::CVibration* _vibrationApi; -#endif // USE_VIBRA_SE_PXXX - protected: /** * Used to intialized special game mappings |