diff options
-rw-r--r-- | LuaSL/src/LuaSL_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_main.c b/LuaSL/src/LuaSL_main.c index be83b1f..fef67c6 100644 --- a/LuaSL/src/LuaSL_main.c +++ b/LuaSL/src/LuaSL_main.c | |||
@@ -116,7 +116,6 @@ main(int argc, char **argv) | |||
116 | unsigned int i; | 116 | unsigned int i; |
117 | struct timeval lastTime2; | 117 | struct timeval lastTime2; |
118 | struct timeval thisTime2; | 118 | struct timeval thisTime2; |
119 | float diff; | ||
120 | 119 | ||
121 | /* this will give you a window with an Evas canvas under the first engine available */ | 120 | /* this will give you a window with an Evas canvas under the first engine available */ |
122 | game.ee = ecore_evas_new(NULL, 0, 0, WIDTH, HEIGHT, NULL); | 121 | game.ee = ecore_evas_new(NULL, 0, 0, WIDTH, HEIGHT, NULL); |