Remove unnecessary message.
This commit is contained in:
parent
9cc59e10ed
commit
2988781ec3
|
@ -98,7 +98,8 @@ if ( transport.rolling )
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ui->transport_state->do_callback();} {}
|
ui->transport_state->do_callback();} {selected
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class UI {open
|
class UI {open
|
||||||
|
@ -135,8 +136,7 @@ main_window->show();
|
||||||
Fl::add_timeout( TRANSPORT_POLL_INTERVAL, update_transport );
|
Fl::add_timeout( TRANSPORT_POLL_INTERVAL, update_transport );
|
||||||
|
|
||||||
|
|
||||||
playlist->signal_new_song.connect( sigc::mem_fun( this, &UI::update_sequence_widgets ) );} {selected
|
playlist->signal_new_song.connect( sigc::mem_fun( this, &UI::update_sequence_widgets ) );} {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Function {~UI()} {open
|
Function {~UI()} {open
|
||||||
} {
|
} {
|
||||||
|
@ -1608,7 +1608,7 @@ while ( window->shown() )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class Trigger {: {public Fl_Dial}
|
class Trigger {open : {public Fl_Dial}
|
||||||
} {
|
} {
|
||||||
Function {Trigger( int X, int Y, int W, int H, const char *L = 0 ) : Fl_Dial( X, Y, W, H, L )} {open
|
Function {Trigger( int X, int Y, int W, int H, const char *L = 0 ) : Fl_Dial( X, Y, W, H, L )} {open
|
||||||
} {}
|
} {}
|
||||||
|
@ -1660,7 +1660,6 @@ switch ( m )
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case FL_RELEASE:
|
case FL_RELEASE:
|
||||||
MESSAGE("doing callback");
|
|
||||||
do_callback();
|
do_callback();
|
||||||
r = 1;
|
r = 1;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue