diff options
author | David Walter Seikel | 2014-05-02 01:21:55 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-02 01:21:55 +1000 |
commit | 56dc7dc6621f6aeda467d9c128d0427ebff67e0e (patch) | |
tree | 3399652f989162f7ac176b7b9d407991f36efa3c /src | |
parent | Move the cube to be more visible. (diff) | |
download | SledjHamr-56dc7dc6621f6aeda467d9c128d0427ebff67e0e.zip SledjHamr-56dc7dc6621f6aeda467d9c128d0427ebff67e0e.tar.gz SledjHamr-56dc7dc6621f6aeda467d9c128d0427ebff67e0e.tar.bz2 SledjHamr-56dc7dc6621f6aeda467d9c128d0427ebff67e0e.tar.xz |
Remove the temporary evas_3d_node_add() definition.
Diffstat (limited to 'src')
-rw-r--r-- | src/GuiLua/GuiLua.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/GuiLua/GuiLua.c b/src/GuiLua/GuiLua.c index db8d567..86b0d37 100644 --- a/src/GuiLua/GuiLua.c +++ b/src/GuiLua/GuiLua.c | |||
@@ -143,8 +143,6 @@ and ordinary elementary widgets. Proper introspection can come later. | |||
143 | #include "GuiLua.h" | 143 | #include "GuiLua.h" |
144 | 144 | ||
145 | 145 | ||
146 | // TODO - This is missing, remove it when it's all sorted out. | ||
147 | EAPI Evas_3D_Node *evas_3d_node_add(Evas *e, Evas_3D_Node_Type type); | ||
148 | 146 | ||
149 | 147 | ||
150 | typedef struct _Scene_Data | 148 | typedef struct _Scene_Data |