summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2006-12-30 22:19:11 +0000
committerSampo Savolainen <v2@iki.fi>2006-12-30 22:19:11 +0000
commit151e4546be8c647a16477ae933d0b94e0591e261 (patch)
tree7f3f188b8ef69fbc29599d1cf810406e7a8a8c98 /libs/ardour
parent6c493dad22ca07a4a138c6f7df0e2ad6b04e0b0b (diff)
Reverting back the commit made to test the render farm.
git-svn-id: svn://localhost/ardour2/trunk@1255 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/ardour/region.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h
index cc13908767..f0262777f3 100644
--- a/libs/ardour/ardour/region.h
+++ b/libs/ardour/ardour/region.h
@@ -220,8 +220,6 @@ class Region : public PBD::StatefulDestructible, public boost::enable_shared_fro
mutable uint32_t _read_data_count; // modified in read()
Change pending_changed;
uint64_t _last_layer_op; // timestamp
-
- int compile_farmtest;
};
} /* namespace ARDOUR */