summaryrefslogtreecommitdiff
path: root/libs/ardour/automatable.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-11-19 22:03:50 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-11-19 22:03:50 +0000
commitc7a36486af8994b81b7ae76edfd99adc2b93404d (patch)
tree4f26d36d89ed18ca29ede0ce466a16af8dd5626d /libs/ardour/automatable.cc
parent8b3d0f04c13493e6026f4609a4f8138273e01c62 (diff)
remove unused Automatable::automation_interval and related code
git-svn-id: svn://localhost/ardour2/branches/3.0@13534 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/automatable.cc')
-rw-r--r--libs/ardour/automatable.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/automatable.cc b/libs/ardour/automatable.cc
index 0f6fbdbe17..1689528123 100644
--- a/libs/ardour/automatable.cc
+++ b/libs/ardour/automatable.cc
@@ -42,7 +42,6 @@ using namespace std;
using namespace ARDOUR;
using namespace PBD;
-framecnt_t Automatable::_automation_interval = 0;
const string Automatable::xml_node_name = X_("Automation");
Automatable::Automatable(Session& session)