From d52edef797460922abbe25cd36f04a3086d0267d Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 23 Apr 2013 22:01:04 +0200 Subject: Re-remove debug combobox from gui. --- plugingui/plugingui.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugingui/plugingui.cc') diff --git a/plugingui/plugingui.cc b/plugingui/plugingui.cc index 9403939..864f4d8 100644 --- a/plugingui/plugingui.cc +++ b/plugingui/plugingui.cc @@ -404,7 +404,7 @@ void PluginGUI::init() lbl_version->setText(".::. v"VERSION" .::. http://www.drumgizmo.org .::. GPLv3 .::."); lbl_version->move(16, 300); lbl_version->resize(window->width(), 20); - + /* { GUI::ComboBox *cmb = new GUI::ComboBox(window); cmb->addItem("Foo", "Bar"); @@ -412,7 +412,7 @@ void PluginGUI::init() cmb->move(10,10); cmb->resize(70, 30); } - + */ // Create filebrowser filebrowser = new GUI::FileBrowser(window); filebrowser->move(0, 0); -- cgit v1.2.3