From 76b602f1f834cb2c255848c5ba887b3d7c47171a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 14 Aug 2012 21:37:20 +0000 Subject: Replace use of old Raul Table stuff with std::map. Move most Store functionality into Ingen::Store and eliminate EngineStore. Much cleaner delete and move implementations. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4696 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/RenameWindow.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gui/RenameWindow.cpp') 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; -- cgit v1.2.1