summaryrefslogtreecommitdiffstats
path: root/src/gui/WindowFactory.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/WindowFactory.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/WindowFactory.hpp')
-rw-r--r--src/gui/WindowFactory.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/WindowFactory.hpp b/src/gui/WindowFactory.hpp
index 952c3db7..d520740f 100644
--- a/src/gui/WindowFactory.hpp
+++ b/src/gui/WindowFactory.hpp
@@ -41,7 +41,6 @@ namespace GUI {
class App;
class LoadPatchWindow;
class LoadPluginWindow;
-class LoadRemotePatchWindow;
class NewSubpatchWindow;
class NodeControlWindow;
class PropertiesWindow;
@@ -78,8 +77,6 @@ public:
void present_load_plugin(SharedPtr<const PatchModel> patch, Properties data=Properties());
void present_load_patch(SharedPtr<const PatchModel> patch, Properties data=Properties());
void present_load_subpatch(SharedPtr<const PatchModel> patch, Properties data=Properties());
- void present_load_remote_patch(SharedPtr<const PatchModel> patch, Properties data=Properties());
- void present_upload_patch(SharedPtr<const PatchModel> patch);
void present_new_subpatch(SharedPtr<const PatchModel> patch, Properties data=Properties());
void present_rename(SharedPtr<const ObjectModel> object);
void present_properties(SharedPtr<const ObjectModel> object);
@@ -104,8 +101,6 @@ private:
ControlWindowMap _control_windows;
LoadPluginWindow* _load_plugin_win;
LoadPatchWindow* _load_patch_win;
- LoadRemotePatchWindow* _load_remote_patch_win;
- UploadPatchWindow* _upload_patch_win;
NewSubpatchWindow* _new_subpatch_win;
PropertiesWindow* _properties_win;
RenameWindow* _rename_win;