summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/PatchWindow.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-07-29 06:21:29 +0000
committerDavid Robillard <d@drobilla.net>2008-07-29 06:21:29 +0000
commit1bcac68c24eeca5fba730a9dc48ac09eee9ac76b (patch)
tree4db45b2f7ead16227906ec6fcb8999cefb87b32e /src/libs/gui/PatchWindow.cpp
parentf0e920ab170569fc9eaf5858af2e9ae3e8d44993 (diff)
downloadingen-1bcac68c24eeca5fba730a9dc48ac09eee9ac76b.tar.gz
ingen-1bcac68c24eeca5fba730a9dc48ac09eee9ac76b.tar.bz2
ingen-1bcac68c24eeca5fba730a9dc48ac09eee9ac76b.zip
Add converted Smack 909 patches.
Fix MIDI/Event ports loaded from patches. git-svn-id: http://svn.drobilla.net/lad/ingen@1303 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/gui/PatchWindow.cpp')
-rw-r--r--src/libs/gui/PatchWindow.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/gui/PatchWindow.cpp b/src/libs/gui/PatchWindow.cpp
index 9367f2d7..fc455a87 100644
--- a/src/libs/gui/PatchWindow.cpp
+++ b/src/libs/gui/PatchWindow.cpp
@@ -340,8 +340,6 @@ PatchWindow::event_save_as()
int result = dialog.run();
//bool recursive = recursive_checkbutton.get_active();
- assert(result == Gtk::RESPONSE_OK || result == Gtk::RESPONSE_CANCEL || result == Gtk::RESPONSE_NONE);
-
if (result == Gtk::RESPONSE_OK) {
string filename = dialog.get_filename();
if (filename.length() < 11 || filename.substr(filename.length()-10) != ".ingen.ttl")