aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2015-12-31 13:12:27 +1000
committerDavid Walter Seikel2015-12-31 13:12:27 +1000
commitae5931413b97f3f7f5e24bd4c42ab6d85946df02 (patch)
tree5dd3c92b018b04b98791b468daede908853cc2af /src/extantz/extantz.c
parentFailed experiment, but let's keep it for now. (diff)
downloadSledjHamr-ae5931413b97f3f7f5e24bd4c42ab6d85946df02.zip
SledjHamr-ae5931413b97f3f7f5e24bd4c42ab6d85946df02.tar.gz
SledjHamr-ae5931413b97f3f7f5e24bd4c42ab6d85946df02.tar.bz2
SledjHamr-ae5931413b97f3f7f5e24bd4c42ab6d85946df02.tar.xz
Replace cube and sphere code with Evas_3D primitives.
Clicking on them works again. B-)
Diffstat (limited to 'src/extantz/extantz.c')
-rw-r--r--src/extantz/extantz.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c
index 310f9b9..355a195 100644
--- a/src/extantz/extantz.c
+++ b/src/extantz/extantz.c
@@ -745,7 +745,6 @@ EAPI_MAIN int elm_main(int argc, char **argv)
745 { 745 {
746 ecore_animator_del(ourGlobals.animator); 746 ecore_animator_del(ourGlobals.animator);
747#if USE_EVAS_3D 747#if USE_EVAS_3D
748 Evas_3D_Demo_fini(&ourGlobals);
749 scenriDel(ourGlobals.scene); 748 scenriDel(ourGlobals.scene);
750#endif 749#endif
751// eo_unref(ourGlobals.tb); 750// eo_unref(ourGlobals.tb);