diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-23 22:01:04 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-23 22:01:04 +0200 |
commit | d52edef797460922abbe25cd36f04a3086d0267d (patch) | |
tree | 3131a5349c0239e774c3c96bb57946408d0d359f | |
parent | c3b83132feafa0a75e8202f3381395dedbf2bd4a (diff) |
Re-remove debug combobox from gui.
-rw-r--r-- | plugingui/plugingui.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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); |