From 703a81ae0c005c6b19350dacf71bd5180aed000a Mon Sep 17 00:00:00 2001 From: Scott Gilbertson Date: Sun, 18 Feb 2024 12:22:36 -0500 Subject: [PATCH] Removed FIXME comment --- rtgui/batchqueuepanel.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/rtgui/batchqueuepanel.cc b/rtgui/batchqueuepanel.cc index f234c734c..2daccc5ec 100644 --- a/rtgui/batchqueuepanel.cc +++ b/rtgui/batchqueuepanel.cc @@ -151,7 +151,6 @@ BatchQueuePanel::BatchQueuePanel (FileCatalog* aFileCatalog) : parent(nullptr) topBox->pack_start (*fdir, Gtk::PACK_EXPAND_WIDGET, 4); topBox->pack_start (*fformat, Gtk::PACK_EXPAND_WIDGET, 4); - // FIXME: THIS IS SO FAR JUST A TEST THING middleSplitPane = Gtk::manage (new Gtk::Paned(Gtk::ORIENTATION_HORIZONTAL)); templateHelpTextView = Gtk::manage (new Gtk::TextView()); templateHelpTextView->set_editable(false);