13
0

Remove unused variable.

git-svn-id: svn://localhost/ardour2/branches/3.0@10643 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-16 02:02:34 +00:00
parent 24d4511319
commit e4ce766754
2 changed files with 0 additions and 3 deletions

View File

@ -271,7 +271,6 @@ class Diskstream : public SessionObject, public PublicDiskstream
int last_possibly_recording;
AlignStyle _alignment_style;
AlignChoice _alignment_choice;
bool _scrubbing;
bool _slaved;
Location* loop_location;
framepos_t overwrite_frame;

View File

@ -95,7 +95,6 @@ Diskstream::Diskstream (Session &sess, const string &name, Flag flag)
, last_possibly_recording (0)
, _alignment_style (ExistingMaterial)
, _alignment_choice (Automatic)
, _scrubbing (false)
, _slaved (false)
, loop_location (0)
, overwrite_frame (0)
@ -134,7 +133,6 @@ Diskstream::Diskstream (Session& sess, const XMLNode& /*node*/)
, last_possibly_recording (0)
, _alignment_style (ExistingMaterial)
, _alignment_choice (Automatic)
, _scrubbing (false)
, _slaved (false)
, loop_location (0)
, overwrite_frame (0)