From 579fcb70e2b3b0a1ef2af9fc88edebff6d7e6dd3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 18 Aug 2010 02:20:15 +0000 Subject: First go at saving window visibility and position state across saves. git-svn-id: svn://localhost/ardour2/branches/3.0@7644 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/processor.h | 4 ---- libs/ardour/processor.cc | 1 - 2 files changed, 5 deletions(-) (limited to 'libs') diff --git a/libs/ardour/ardour/processor.h b/libs/ardour/ardour/processor.h index e95bd57adf..1e65bc58bd 100644 --- a/libs/ardour/ardour/processor.h +++ b/libs/ardour/ardour/processor.h @@ -95,9 +95,6 @@ class Processor : public SessionObject, public Automatable, public Latent XMLNode& get_state (void); int set_state (const XMLNode&, int version); - void *get_gui () const { return _gui; } - void set_gui (void *p) { _gui = p; } - void set_pre_fader (bool); PBD::Signal0 ActiveChanged; @@ -110,7 +107,6 @@ protected: bool _configured; ChanCount _configured_input; ChanCount _configured_output; - void* _gui; /* generic, we don't know or care what this is */ bool _display_to_user; bool _pre_fader; diff --git a/libs/ardour/processor.cc b/libs/ardour/processor.cc index c75a7720e0..0bea376fc9 100644 --- a/libs/ardour/processor.cc +++ b/libs/ardour/processor.cc @@ -66,7 +66,6 @@ Processor::Processor(Session& session, const string& name) , _active(false) , _next_ab_is_active(false) , _configured(false) - , _gui(0) , _display_to_user (true) , _pre_fader (false) { -- cgit v1.2.3