From 6d7140160bb4acf3330ccdd139ece1312614034b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 8 Apr 2015 16:27:45 -0400 Subject: Decided not to turn new control scrolling parameters into a bitfield. --- new/newcontrol_unix.c | 1 - 1 file changed, 1 deletion(-) (limited to 'new/newcontrol_unix.c') 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)) -- cgit v1.2.3