From ae5931413b97f3f7f5e24bd4c42ab6d85946df02 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 31 Dec 2015 13:12:27 +1000 Subject: Replace cube and sphere code with Evas_3D primitives. Clicking on them works again. B-) --- src/extantz/extantz.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/extantz/extantz.c') 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) { ecore_animator_del(ourGlobals.animator); #if USE_EVAS_3D - Evas_3D_Demo_fini(&ourGlobals); scenriDel(ourGlobals.scene); #endif // eo_unref(ourGlobals.tb); -- cgit v1.1