summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/profile.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-09-25 13:02:31 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-09-25 13:02:31 -0600
commit468731c14b9bde769b79ae1a88277701f3f9d068 (patch)
treebd366db36c59109b3d2023826d644ff57c1da394 /libs/ardour/ardour/profile.h
parent5ec5bc4523e5c0fd998a6a133c6a03ab1475f063 (diff)
goodbye Profile->...trx
Diffstat (limited to 'libs/ardour/ardour/profile.h')
-rw-r--r--libs/ardour/ardour/profile.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ardour/ardour/profile.h b/libs/ardour/ardour/profile.h
index 1bbc78d910..a3d2f9eb94 100644
--- a/libs/ardour/ardour/profile.h
+++ b/libs/ardour/ardour/profile.h
@@ -31,7 +31,6 @@ public:
enum Element {
SmallScreen,
SinglePackage,
- Trx,
Mixbus,
LastElement,
};
@@ -42,9 +41,6 @@ public:
void set_small_screen() { bits[SmallScreen] = true; }
bool get_small_screen() const { return bits[SmallScreen]; }
- bool get_trx() const { return bits[Trx]; }
- void set_trx() { bits[Trx] = true; }
-
bool get_mixbus() const { return bits[Mixbus]; }
void set_mixbus() { bits[Mixbus] = true; }