aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_main.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-22 10:21:44 +1000
committerDavid Walter Seikel2012-01-22 10:21:44 +1000
commit45c2a0e937bd7c8c2d3dee26c1c4f086bdc032ae (patch)
tree935f1c5d1e3220640c3fdcfafe09526af48f5c5a /LuaSL/src/LuaSL_main.c
parentBasic script compiling instrumentation. (diff)
downloadSledjHamr-45c2a0e937bd7c8c2d3dee26c1c4f086bdc032ae.zip
SledjHamr-45c2a0e937bd7c8c2d3dee26c1c4f086bdc032ae.tar.gz
SledjHamr-45c2a0e937bd7c8c2d3dee26c1c4f086bdc032ae.tar.bz2
SledjHamr-45c2a0e937bd7c8c2d3dee26c1c4f086bdc032ae.tar.xz
Oops, left overs.
Diffstat (limited to 'LuaSL/src/LuaSL_main.c')
-rw-r--r--LuaSL/src/LuaSL_main.c1
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);