diff options
author | David Robillard <d@drobilla.net> | 2011-06-09 03:41:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-06-09 03:41:17 +0000 |
commit | fc57e53e2554aa1a654d66bb7b97a8738bb77fb5 (patch) | |
tree | 0376956f6b461dad39ce4e3acb4ea8a62b3f7dda /src/Patchage.hpp | |
parent | 91cdc941af88e8ba6e19673eb17825233db2218c (diff) | |
download | patchage-fc57e53e2554aa1a654d66bb7b97a8738bb77fb5.tar.gz patchage-fc57e53e2554aa1a654d66bb7b97a8738bb77fb5.tar.bz2 patchage-fc57e53e2554aa1a654d66bb7b97a8738bb77fb5.zip |
Automatically resize modules at update time as necessary.
This avoids the huge multiple resize performance problems of the past without requiring the user to manually resize modules.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3375 a436a847-0d15-0410-975c-d299462d15a1
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; |