implement lv2:designation processing#enable (for bypass ports)
[ardour.git] / libs / ardour / ardour / profile.h
index 1ea7e2b03648a881879a13fcfbb509f99193ec9e..cc3ae4f60f586bd2d1d6aae61d1ad037bf8976e0 100644 (file)
@@ -31,7 +31,6 @@ class LIBARDOUR_API RuntimeProfile {
 public:
        enum Element {
                SmallScreen,
-               SAE,
                SinglePackage,
                Trx,
                Mixbus,
@@ -44,9 +43,6 @@ public:
     void set_small_screen() { bits[SmallScreen] = true; }
     bool get_small_screen() const { return bits[SmallScreen]; }
 
-    void set_sae () { bits[SAE] = true; }
-    bool get_sae () const { return bits[SAE]; }
-
     bool get_trx() const { return bits[Trx]; }
     void set_trx() { bits[Trx] = true; }