summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/src/main/symbian/EKA2/sdllib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sdl/src/main/symbian/EKA2/sdllib.cpp')
-rw-r--r--apps/plugins/sdl/src/main/symbian/EKA2/sdllib.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/plugins/sdl/src/main/symbian/EKA2/sdllib.cpp b/apps/plugins/sdl/src/main/symbian/EKA2/sdllib.cpp
deleted file mode 100644
index 7c09996ec7..0000000000
--- a/apps/plugins/sdl/src/main/symbian/EKA2/sdllib.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
1#include<eikstart.h>
2#include<sdlmain.h>
3#include<sdlepocapi.h>
4
5
6GLREF_C TInt E32Main()
7 {
8 return SDLEnv::SetMain(SDL_main, CSDL::EEnableFocusStop | CSDL::EAllowImageResize,
9 NULL, SDLEnv::EParamQuery | SDLEnv::EVirtualMouse);
10 }
11
12 \ No newline at end of file