diff options
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r-- | src/Patchage.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp index 4d6a11d..1c4f609 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -99,9 +99,6 @@ public: void update_state(); void store_window_location(); - void enqueue_resize(FlowCanvas::Module* module); - void flush_resize(); - protected: void connect_widgets(); @@ -150,8 +147,6 @@ protected: boost::shared_ptr<PatchageCanvas> _canvas; - std::set<FlowCanvas::Module*> _pending_resize; - JackDriver* _jack_driver; StateManager* _state_manager; |