From 8e8594aa0ed7803b66acc500dbf114dc88747879 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Fri, 26 Jul 2019 20:05:24 +0100 Subject: SYMBIAN: Remove dead code --- backends/platform/symbian/src/SymbianOS.h | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'backends/platform/symbian/src/SymbianOS.h') 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 -- cgit v1.2.3