13
0

Remove unused code.

git-svn-id: svn://localhost/ardour2/branches/3.0@8142 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-12-01 17:04:48 +00:00
parent 0006f4063e
commit 93d65777b8
2 changed files with 0 additions and 10 deletions

View File

@ -299,10 +299,6 @@ class Diskstream : public SessionObject, public PublicDiskstream
Glib::Mutex state_lock;
framepos_t scrub_start;
nframes_t scrub_buffer_size;
nframes_t scrub_offset;
PBD::ScopedConnectionList playlist_connections;
PBD::ScopedConnection ic_connection;

View File

@ -110,9 +110,6 @@ Diskstream::Diskstream (Session &sess, const string &name, Flag flag)
, in_set_state (false)
, _persistent_alignment_style (ExistingMaterial)
, first_input_change (true)
, scrub_start (0)
, scrub_buffer_size (0)
, scrub_offset (0)
, _flags (flag)
{
@ -157,9 +154,6 @@ Diskstream::Diskstream (Session& sess, const XMLNode& /*node*/)
, in_set_state (false)
, _persistent_alignment_style (ExistingMaterial)
, first_input_change (true)
, scrub_start (0)
, scrub_buffer_size (0)
, scrub_offset (0)
, _flags (Recordable)
{
}