From ee4493301a8247fb8032dd949f4c44cd4c641221 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 28 Oct 2009 15:34:07 +0000 Subject: Remove unused source reference count. git-svn-id: svn://localhost/ardour2/branches/3.0@5956 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/source.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/source.cc') diff --git a/libs/ardour/source.cc b/libs/ardour/source.cc index 0304bfea8a..394d4b39af 100644 --- a/libs/ardour/source.cc +++ b/libs/ardour/source.cc @@ -53,7 +53,6 @@ Source::Source (Session& s, DataType type, const string& name, Flag flags) { _analysed = false; _timestamp = 0; - _in_use = 0; fix_writable_flags (); } @@ -65,7 +64,6 @@ Source::Source (Session& s, const XMLNode& node) { _timestamp = 0; _analysed = false; - _in_use = 0; if (set_state (node, Stateful::loading_state_version) || _type == DataType::NIL) { throw failed_constructor(); -- cgit v1.2.3