summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note_base.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-07-05 16:26:40 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2018-07-05 16:26:40 -0400
commit0b8f57f762d5e963b6ff41a388b1168615136817 (patch)
treea870fb7cf7695c1d194d75738905b8832eeebdf9 /gtk2_ardour/note_base.h
parent631b8f1b6b82f1c6c71fe5c67179d8cbc2f7775a (diff)
retire no-longer used color names for MIDI notes
Diffstat (limited to 'gtk2_ardour/note_base.h')
-rw-r--r--gtk2_ardour/note_base.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/note_base.h b/gtk2_ardour/note_base.h
index 2a3612579d..f72f71181b 100644
--- a/gtk2_ardour/note_base.h
+++ b/gtk2_ardour/note_base.h
@@ -143,9 +143,6 @@ private:
static uint32_t _selected_mod_col;
static uint32_t _selected_outline_col;
static uint32_t _selected_col;
- static uint32_t _min_col;
- static uint32_t _mid_col;
- static uint32_t _max_col;
static bool _color_init;
};