aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2015-03-22 18:37:52 +1000
committerDavid Walter Seikel2015-03-22 18:37:52 +1000
commit637c3429abb382adb724134e06ff97d54551582f (patch)
tree00736d7b65e35892d871e0698be71a56dae797e9 /src/extantz/extantz.c
parentComment out markers around commented out code. (diff)
downloadSledjHamr-637c3429abb382adb724134e06ff97d54551582f.zip
SledjHamr-637c3429abb382adb724134e06ff97d54551582f.tar.gz
SledjHamr-637c3429abb382adb724134e06ff97d54551582f.tar.bz2
SledjHamr-637c3429abb382adb724134e06ff97d54551582f.tar.xz
We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in case they change their mind again.
Diffstat (limited to 'src/extantz/extantz.c')
-rw-r--r--src/extantz/extantz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c
index 833e67e..4a40137 100644
--- a/src/extantz/extantz.c
+++ b/src/extantz/extantz.c
@@ -732,7 +732,7 @@ EAPI_MAIN int elm_main(int argc, char **argv)
732 ecore_animator_del(ourGlobals.animator); 732 ecore_animator_del(ourGlobals.animator);
733 Evas_3D_Demo_fini(&ourGlobals); 733 Evas_3D_Demo_fini(&ourGlobals);
734 scenriDel(ourGlobals.scene); 734 scenriDel(ourGlobals.scene);
735 eo_unref(ourGlobals.tb); 735// eo_unref(ourGlobals.tb);
736 winFangDel(ourGlobals.mainWindow); 736 winFangDel(ourGlobals.mainWindow);
737 } 737 }
738 738