summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/LoadPluginWindow.hpp1
-rw-r--r--src/gui/RenameWindow.cpp3
2 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/LoadPluginWindow.hpp b/src/gui/LoadPluginWindow.hpp
index 26de89d7..081bc6cc 100644
--- a/src/gui/LoadPluginWindow.hpp
+++ b/src/gui/LoadPluginWindow.hpp
@@ -27,7 +27,6 @@
#include <gtkmm/treeview.h>
#include "raul/SharedPtr.hpp"
-#include "raul/Table.hpp"
#include "ingen_config.h"
#include "ingen/GraphObject.hpp"
diff --git a/src/gui/RenameWindow.cpp b/src/gui/RenameWindow.cpp
index 926135a8..ea1ae6f1 100644
--- a/src/gui/RenameWindow.cpp
+++ b/src/gui/RenameWindow.cpp
@@ -90,9 +90,6 @@ RenameWindow::values_changed()
_object->parent()->path().child(Raul::Symbol(symbol)))) {
_message_label->set_text("An object already exists with that path");
_ok_button->property_sensitive() = false;
- } else if (label.empty()) {
- _message_label->set_text("Label must be at least 1 character");
- _ok_button->property_sensitive() = false;
} else {
_message_label->set_text("");
_ok_button->property_sensitive() = true;