summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-06-23 17:37:19 +0200
committerRobin Gareus <robin@gareus.org>2017-06-23 17:39:20 +0200
commite765d0b3bb5fc4347a73dce94e6db46836f52885 (patch)
treecb127b4c03ca02e6854e9a12e7154668de3c1926 /libs/ardour/ardour/types.h
parent66a3dd7ded50f093a23972201d013eb7221f2916 (diff)
Remove Automation Types that should never have existed.
Diffstat (limited to 'libs/ardour/ardour/types.h')
-rw-r--r--libs/ardour/ardour/types.h22
1 files changed, 1 insertions, 21 deletions
diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h
index bcabf32b4e..3adfaf5c94 100644
--- a/libs/ardour/ardour/types.h
+++ b/libs/ardour/ardour/types.h
@@ -157,27 +157,7 @@ namespace ARDOUR {
TrimAutomation,
PhaseAutomation,
MonitoringAutomation,
-#if 1 // XXX remove me.
- /* These really need to go away, they're "well known" PluginAutomation.
- * Abusing the AutomationType (range, steps, etc) to indentify controls is wrong.
- * Luckily it's only used by mackie/strip.cc in Mixbus.
- */
- EQGain,
- EQFrequency,
- EQQ,
- EQShape,
- EQEnable,
- EQHPF,
- EQLPF,
- EQFilterEnable,
- CompThreshold,
- CompSpeed,
- CompMode,
- CompMakeup,
- CompRedux,
- CompEnable,
- BusSendLevel, //really GainAutomation
-#endif
+ BusSendLevel,
BusSendEnable
};