13
0

remove cruft

This commit is contained in:
Robin Gareus 2014-11-18 06:15:22 +01:00
parent b6db707989
commit 843551d9d8
2 changed files with 0 additions and 4 deletions

View File

@ -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)

View File

@ -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