mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 17:16:38 +01:00
Remove unused code.
git-svn-id: svn://localhost/ardour2/branches/3.0@8142 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0006f4063e
commit
93d65777b8
2 changed files with 0 additions and 10 deletions
|
|
@ -299,10 +299,6 @@ class Diskstream : public SessionObject, public PublicDiskstream
|
||||||
|
|
||||||
Glib::Mutex state_lock;
|
Glib::Mutex state_lock;
|
||||||
|
|
||||||
framepos_t scrub_start;
|
|
||||||
nframes_t scrub_buffer_size;
|
|
||||||
nframes_t scrub_offset;
|
|
||||||
|
|
||||||
PBD::ScopedConnectionList playlist_connections;
|
PBD::ScopedConnectionList playlist_connections;
|
||||||
|
|
||||||
PBD::ScopedConnection ic_connection;
|
PBD::ScopedConnection ic_connection;
|
||||||
|
|
|
||||||
|
|
@ -110,9 +110,6 @@ Diskstream::Diskstream (Session &sess, const string &name, Flag flag)
|
||||||
, in_set_state (false)
|
, in_set_state (false)
|
||||||
, _persistent_alignment_style (ExistingMaterial)
|
, _persistent_alignment_style (ExistingMaterial)
|
||||||
, first_input_change (true)
|
, first_input_change (true)
|
||||||
, scrub_start (0)
|
|
||||||
, scrub_buffer_size (0)
|
|
||||||
, scrub_offset (0)
|
|
||||||
, _flags (flag)
|
, _flags (flag)
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
@ -157,9 +154,6 @@ Diskstream::Diskstream (Session& sess, const XMLNode& /*node*/)
|
||||||
, in_set_state (false)
|
, in_set_state (false)
|
||||||
, _persistent_alignment_style (ExistingMaterial)
|
, _persistent_alignment_style (ExistingMaterial)
|
||||||
, first_input_change (true)
|
, first_input_change (true)
|
||||||
, scrub_start (0)
|
|
||||||
, scrub_buffer_size (0)
|
|
||||||
, scrub_offset (0)
|
|
||||||
, _flags (Recordable)
|
, _flags (Recordable)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue