diff options
Diffstat (limited to 'new/newcontrol_unix.c')
| -rw-r--r-- | new/newcontrol_unix.c | 1 |
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)) |
