mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 15:20:02 +01:00
optimizations, remove dead code
This commit is contained in:
@@ -3423,7 +3423,8 @@ void on_combobox_fonts_changed( GtkWidget *w, gpointer data )
|
||||
return;
|
||||
gint font = gtk_combo_box_get_active( GTK_COMBO_BOX( w ) );
|
||||
gint size = get_nums( "spin_text_size" );
|
||||
|
||||
if( font < 0 || size < 0 )
|
||||
return;
|
||||
multi_vims( VIMS_FONT_SIZE_FONT, "%d %d", font , size );
|
||||
}
|
||||
void on_spin_text_size_value_changed( GtkWidget *w, gpointer data )
|
||||
|
||||
Reference in New Issue
Block a user