Browse Source

Remove unnecessary message.

tags/non-sequencer-v1.9.4
Jonathan Moore Liles 17 years ago
parent
commit
2988781ec3
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      gui/ui.fl

+ 4
- 5
gui/ui.fl View File

@@ -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…
Cancel
Save