From fc57e53e2554aa1a654d66bb7b97a8738bb77fb5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 Jun 2011 03:41:17 +0000 Subject: 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 --- src/Patchage.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/Patchage.hpp') 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 _canvas; - std::set _pending_resize; - JackDriver* _jack_driver; StateManager* _state_manager; -- cgit v1.2.1