diff options
author | David Walter Seikel | 2012-01-22 10:21:44 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-22 10:21:44 +1000 |
commit | 45c2a0e937bd7c8c2d3dee26c1c4f086bdc032ae (patch) | |
tree | 935f1c5d1e3220640c3fdcfafe09526af48f5c5a /LuaSL/src | |
parent | Basic script compiling instrumentation. (diff) | |
download | SledjHamr-45c2a0e937bd7c8c2d3dee26c1c4f086bdc032ae.zip SledjHamr-45c2a0e937bd7c8c2d3dee26c1c4f086bdc032ae.tar.gz SledjHamr-45c2a0e937bd7c8c2d3dee26c1c4f086bdc032ae.tar.bz2 SledjHamr-45c2a0e937bd7c8c2d3dee26c1c4f086bdc032ae.tar.xz |
Oops, left overs.
Diffstat (limited to 'LuaSL/src')
-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); |