summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchWindow.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-22 03:13:45 +0000
committerDavid Robillard <d@drobilla.net>2011-10-22 03:13:45 +0000
commitd9e8e65328406f10de9f272572d4bee0732a7b3c (patch)
treedbd4e8d0bbff0bceb8316aef0d140b3e730ec705 /src/gui/PatchWindow.hpp
parentac1d6d135bda8d739fdb8bf564f89c38b664c097 (diff)
downloadingen-d9e8e65328406f10de9f272572d4bee0732a7b3c.tar.gz
ingen-d9e8e65328406f10de9f272572d4bee0732a7b3c.tar.bz2
ingen-d9e8e65328406f10de9f272572d4bee0732a7b3c.zip
Remove remote patch stuff (doesn't work anyway).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3585 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PatchWindow.hpp')
-rw-r--r--src/gui/PatchWindow.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/PatchWindow.hpp b/src/gui/PatchWindow.hpp
index 63f70cd7..b3f7ad55 100644
--- a/src/gui/PatchWindow.hpp
+++ b/src/gui/PatchWindow.hpp
@@ -84,10 +84,8 @@ private:
void editable_changed(bool editable);
void event_import();
- void event_import_location();
void event_save();
void event_save_as();
- void event_upload();
void event_draw();
void event_edit_controls();
void event_copy();
@@ -122,10 +120,8 @@ private:
int _y;
Gtk::MenuItem* _menu_import;
- Gtk::MenuItem* _menu_import_location;
Gtk::MenuItem* _menu_save;
Gtk::MenuItem* _menu_save_as;
- Gtk::MenuItem* _menu_upload;
Gtk::MenuItem* _menu_draw;
Gtk::CheckMenuItem* _menu_edit_controls;
Gtk::MenuItem* _menu_cut;