From b1ca17de7102367b27ef83c6a0bbaf5f5b7e3fde Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 8 May 2014 09:16:33 +1000 Subject: Been there, done that, remove the TODO. --- src/extantz/scenri.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/extantz/scenri.c b/src/extantz/scenri.c index 4b16faa..1cb7797 100644 --- a/src/extantz/scenri.c +++ b/src/extantz/scenri.c @@ -97,7 +97,6 @@ Scene_Data *scenriAdd(Evas_Object *win) scene->root_node = eo_add_custom(EVAS_3D_NODE_CLASS, evas, evas_3d_node_constructor(EVAS_3D_NODE_TYPE_NODE)); - // -TODO - set the size based on the size of the enclosing window. scene->scene = eo_add(EVAS_3D_SCENE_CLASS, evas, evas_3d_scene_root_node_set(scene->root_node), evas_3d_scene_size_set(w, h), -- cgit v1.1