Reverting back the commit made to test the render farm.

git-svn-id: svn://localhost/ardour2/trunk@1255 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sampo Savolainen 2006-12-30 22:19:11 +00:00
parent 6c493dad22
commit 151e4546be

View file

@ -220,8 +220,6 @@ class Region : public PBD::StatefulDestructible, public boost::enable_shared_fro
mutable uint32_t _read_data_count; // modified in read() mutable uint32_t _read_data_count; // modified in read()
Change pending_changed; Change pending_changed;
uint64_t _last_layer_op; // timestamp uint64_t _last_layer_op; // timestamp
int compile_farmtest;
}; };
} /* namespace ARDOUR */ } /* namespace ARDOUR */