aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-01-20 20:40:52 +1000
committerDavid Walter Seikel2016-01-20 20:40:52 +1000
commit993d90b2c65369a12e59e5c91e99f62620b944cf (patch)
tree98a0176f7207d83b5a58e32cdd78dc670b7dba16 /src/extantz/extantz.h
parentBanging on the window stuff until the menus behave (mostly). (diff)
downloadSledjHamr-993d90b2c65369a12e59e5c91e99f62620b944cf.zip
SledjHamr-993d90b2c65369a12e59e5c91e99f62620b944cf.tar.gz
SledjHamr-993d90b2c65369a12e59e5c91e99f62620b944cf.tar.bz2
SledjHamr-993d90b2c65369a12e59e5c91e99f62620b944cf.tar.xz
Commenting out no longer needed code, which I should probably just delete soon.
Diffstat (limited to '')
-rw-r--r--src/extantz/extantz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extantz/extantz.h b/src/extantz/extantz.h
index f441f54..ccafc01 100644
--- a/src/extantz/extantz.h
+++ b/src/extantz/extantz.h
@@ -280,7 +280,7 @@ EAPI void drawIrr_end(globals *ourGlobals);
280EAPI void finishIrr(globals *ourGlobals); 280EAPI void finishIrr(globals *ourGlobals);
281#endif 281#endif
282 282
283void overlay_add(globals *ourGlobals); 283//void overlay_add(globals *ourGlobals);
284 284
285Eina_Bool animateScene(globals *ourGlobals); 285Eina_Bool animateScene(globals *ourGlobals);
286 286