remove cruft
This commit is contained in:
parent
b6db707989
commit
843551d9d8
@ -43,13 +43,11 @@ using namespace Glib;
|
||||
|
||||
MidiTracer::MidiTracer ()
|
||||
: ArdourWindow (_("MIDI Tracer"))
|
||||
, parser (0)
|
||||
, line_count_adjustment (200, 1, 2000, 1, 10)
|
||||
, line_count_spinner (line_count_adjustment)
|
||||
, line_count_label (_("Line history: "))
|
||||
, autoscroll (true)
|
||||
, show_hex (true)
|
||||
, collect (true)
|
||||
, show_delta_time (false)
|
||||
, _update_queued (0)
|
||||
, fifo (1024)
|
||||
|
@ -46,7 +46,6 @@ class MidiTracer : public ArdourWindow
|
||||
~MidiTracer();
|
||||
|
||||
private:
|
||||
MIDI::Parser* parser;
|
||||
Gtk::TextView text;
|
||||
Gtk::ScrolledWindow scroller;
|
||||
Gtk::Adjustment line_count_adjustment;
|
||||
@ -57,7 +56,6 @@ class MidiTracer : public ArdourWindow
|
||||
|
||||
bool autoscroll;
|
||||
bool show_hex;
|
||||
bool collect;
|
||||
bool show_delta_time;
|
||||
|
||||
/** Incremented when an update is requested, decremented when one is handled; hence
|
||||
|
Loading…
Reference in New Issue
Block a user