mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
remove unnecessary method
This commit is contained in:
parent
e3c93b7470
commit
1aab360b7d
1 changed files with 0 additions and 13 deletions
|
|
@ -72,19 +72,6 @@ using namespace ArdourSurface;
|
||||||
#define ABLETON 0x2982
|
#define ABLETON 0x2982
|
||||||
#define PUSH2 0x1967
|
#define PUSH2 0x1967
|
||||||
|
|
||||||
__attribute__((constructor)) static void
|
|
||||||
register_enums ()
|
|
||||||
{
|
|
||||||
EnumWriter& enum_writer (EnumWriter::instance());
|
|
||||||
vector<int> i;
|
|
||||||
vector<string> s;
|
|
||||||
|
|
||||||
|
|
||||||
#define REGISTER(e) enum_writer.register_distinct (typeid(e).name(), i, s); i.clear(); s.clear()
|
|
||||||
#define REGISTER_CLASS_ENUM(t,e) i.push_back (t::e); s.push_back (#e)
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
Push2::Push2 (ARDOUR::Session& s)
|
Push2::Push2 (ARDOUR::Session& s)
|
||||||
: ControlProtocol (s, string (X_("Ableton Push 2")))
|
: ControlProtocol (s, string (X_("Ableton Push 2")))
|
||||||
, AbstractUI<Push2Request> (name())
|
, AbstractUI<Push2Request> (name())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue