From ca1ddcc761b6546f9b81d357466071634d573d36 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 14 Feb 2010 22:34:36 +0000 Subject: Merge LoadPatchWindow and LoadSubpatchWindow. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2454 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/WindowFactory.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/gui/WindowFactory.hpp') diff --git a/src/gui/WindowFactory.hpp b/src/gui/WindowFactory.hpp index 8f205620..c55eb13b 100644 --- a/src/gui/WindowFactory.hpp +++ b/src/gui/WindowFactory.hpp @@ -39,7 +39,6 @@ namespace GUI { class LoadPatchWindow; class LoadPluginWindow; class LoadRemotePatchWindow; -class LoadSubpatchWindow; class NewSubpatchWindow; class NodeControlWindow; class PropertiesWindow; @@ -75,10 +74,10 @@ public: void present_load_plugin(SharedPtr patch, Properties data=Properties()); void present_load_patch(SharedPtr patch, Properties data=Properties()); + void present_load_subpatch(SharedPtr patch, Properties data=Properties()); void present_load_remote_patch(SharedPtr patch, Properties data=Properties()); void present_upload_patch(SharedPtr patch); void present_new_subpatch(SharedPtr patch, Properties data=Properties()); - void present_load_subpatch(SharedPtr patch, Properties data=Properties()); void present_rename(SharedPtr object); void present_properties(SharedPtr object); @@ -104,7 +103,6 @@ private: LoadRemotePatchWindow* _load_remote_patch_win; UploadPatchWindow* _upload_patch_win; NewSubpatchWindow* _new_subpatch_win; - LoadSubpatchWindow* _load_subpatch_win; PropertiesWindow* _properties_win; RenameWindow* _rename_win; }; -- cgit v1.2.1