mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-13 17:06:31 +01:00
remove diskstream lock padding (it didn't fix anything)
git-svn-id: svn://localhost/ardour2/trunk@1596 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
702411f658
commit
76afeee82b
1 changed files with 0 additions and 2 deletions
|
|
@ -237,7 +237,6 @@ class IO;
|
|||
|
||||
static nframes_t disk_io_chunk_frames;
|
||||
std::vector<CaptureInfo*> capture_info;
|
||||
char pad1[1024];
|
||||
Glib::Mutex capture_info_lock;
|
||||
|
||||
uint32_t i_am_the_modifier;
|
||||
|
|
@ -293,7 +292,6 @@ class IO;
|
|||
AlignStyle _persistent_alignment_style;
|
||||
bool first_input_change;
|
||||
|
||||
char pad2[1024];
|
||||
Glib::Mutex state_lock;
|
||||
|
||||
nframes_t scrub_start;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue