summaryrefslogtreecommitdiff
path: root/new/newcontrol_unix.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-08 16:27:45 -0400
committerPietro Gagliardi <[email protected]>2015-04-08 16:27:45 -0400
commit6d7140160bb4acf3330ccdd139ece1312614034b (patch)
tree352ae3bf03dcbb42b80ba421e5334b03c1e6a9d9 /new/newcontrol_unix.c
parentabf976ef44f1241433dbacd68481cf3b18ca194f (diff)
Decided not to turn new control scrolling parameters into a bitfield.
Diffstat (limited to 'new/newcontrol_unix.c')
-rw-r--r--new/newcontrol_unix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/new/newcontrol_unix.c b/new/newcontrol_unix.c
index e032f8b..c883a5a 100644
--- a/new/newcontrol_unix.c
+++ b/new/newcontrol_unix.c
@@ -72,7 +72,6 @@ uiControl *uiUnixNewControl(GType type, gboolean inScrolledWindow, gboolean scro
va_end(ap);
c->immediate = c->widget;
- // TODO turn into bit field?
if (inScrolledWindow) {
c->scrolledWindow = gtk_scrolled_window_new(NULL, NULL);
if (!GTK_IS_SCROLLABLE(c->widget))