summaryrefslogtreecommitdiff
path: root/new/unix/newcontrol.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-15 23:14:36 -0400
committerPietro Gagliardi <[email protected]>2015-04-15 23:14:36 -0400
commit7b46c7de561a90c658115da03e86ece38f3f6065 (patch)
tree40d6f78c7784e35c5b2a2b47eb2f6d7cca90029d /new/unix/newcontrol.c
parent0c73a7fb80e0fc59f1fbde07053bd55fe03dd3cc (diff)
Fixed build warnings. More TODOs.
Diffstat (limited to 'new/unix/newcontrol.c')
-rw-r--r--new/unix/newcontrol.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/new/unix/newcontrol.c b/new/unix/newcontrol.c
index f7743f4..d23e190 100644
--- a/new/unix/newcontrol.c
+++ b/new/unix/newcontrol.c
@@ -222,5 +222,4 @@ void uiUnixNewControl(uiControl *c, GType type, gboolean inScrolledWindow, gbool
gtk_widget_show_all(s->immediate);
c->Internal = s;
- return c;
}