summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/device_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/mackie/device_info.h')
-rw-r--r--libs/surfaces/mackie/device_info.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/surfaces/mackie/device_info.h b/libs/surfaces/mackie/device_info.h
index 4071fcffc7..4366cd09b1 100644
--- a/libs/surfaces/mackie/device_info.h
+++ b/libs/surfaces/mackie/device_info.h
@@ -62,7 +62,6 @@ class DeviceInfo
uint32_t extenders() const;
bool has_two_character_display() const;
bool has_master_fader () const;
- bool has_segmented_display() const;
bool has_timecode_display() const;
bool has_global_controls() const;
bool has_jog_wheel () const;
@@ -81,7 +80,6 @@ class DeviceInfo
uint32_t _extenders;
bool _has_two_character_display;
bool _has_master_fader;
- bool _has_segmented_display;
bool _has_timecode_display;
bool _has_global_controls;
bool _has_jog_wheel;