diff --git a/veejay-current/veejay-client/share/gveejay.reloaded.glade b/veejay-current/veejay-client/share/gveejay.reloaded.glade index 80ce739a..8f0c86fc 100644 --- a/veejay-current/veejay-client/share/gveejay.reloaded.glade +++ b/veejay-current/veejay-client/share/gveejay.reloaded.glade @@ -10671,30 +10671,6 @@ YUV (current) 4 - - True diff --git a/veejay-current/veejay-client/src/callback.c b/veejay-current/veejay-client/src/callback.c index 6f872e5d..70fd96ee 100644 --- a/veejay-current/veejay-client/src/callback.c +++ b/veejay-current/veejay-client/src/callback.c @@ -2470,11 +2470,7 @@ void on_kf_p15_toggled( GtkWidget *widget, gpointer user_data) if( is_button_toggled("kf_p15")) kf_changed( 15 ); } -/* Enable/Disable all keyframes : there is no correspoding event for this -void on_curve_toggleglobal_toggled(GtkWidget *widget, gpointer user_data) -{ -} -*/ + void on_button_videobook_clicked(GtkWidget *widget, gpointer user_data) { GtkWidget *n = glade_xml_get_widget_( info->main_window, "videobook" );