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
This commit is contained in:
Carl Hetherington 2010-08-18 02:20:15 +00:00
parent 8d8bc9baca
commit 579fcb70e2
22 changed files with 715 additions and 229 deletions

View file

@ -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)
{