diff options
author | Cameron Cawley | 2019-07-26 20:05:24 +0100 |
---|---|---|
committer | Filippos Karapetis | 2019-07-27 07:23:09 +0300 |
commit | 8e8594aa0ed7803b66acc500dbf114dc88747879 (patch) | |
tree | 287fd8740480746a7c6931d0b520ce6275dabf77 /backends/platform/symbian/src | |
parent | ecd89808c49941323cca84724c1a26dfe26ce10f (diff) | |
download | scummvm-rg350-8e8594aa0ed7803b66acc500dbf114dc88747879.tar.gz scummvm-rg350-8e8594aa0ed7803b66acc500dbf114dc88747879.tar.bz2 scummvm-rg350-8e8594aa0ed7803b66acc500dbf114dc88747879.zip |
SYMBIAN: Remove dead code
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 |