diff options
author | Lars Persson | 2008-09-07 13:17:21 +0000 |
---|---|---|
committer | Lars Persson | 2008-09-07 13:17:21 +0000 |
commit | 5c903a8bcbe05fd35d9bd3bf6aebc52861d469e0 (patch) | |
tree | b8c326f20e917051bf9a55464d64a15607a2ebd9 /backends | |
parent | d26982eaf294d91c17074f3fed7d133d7916ce0e (diff) | |
download | scummvm-rg350-5c903a8bcbe05fd35d9bd3bf6aebc52861d469e0.tar.gz scummvm-rg350-5c903a8bcbe05fd35d9bd3bf6aebc52861d469e0.tar.bz2 scummvm-rg350-5c903a8bcbe05fd35d9bd3bf6aebc52861d469e0.zip |
H file cleanup, remove old vibra support
svn-id: r34405
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/symbian/src/SymbianOS.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/backends/platform/symbian/src/SymbianOS.h b/backends/platform/symbian/src/SymbianOS.h index ca4fe1acf1..03d7fb972c 100644 --- a/backends/platform/symbian/src/SymbianOS.h +++ b/backends/platform/symbian/src/SymbianOS.h @@ -27,11 +27,6 @@ #include "backends/platform/sdl/sdl.h" -/** Vibration support */ -#ifdef USE_VIBRA_SE_PXXX -#include <vibration.h> -#endif - #define TOTAL_ZONES 3 class RFs; |