optimizations, remove dead code

This commit is contained in:
niels
2015-06-13 02:19:54 +02:00
parent 2776e8da15
commit a26ac5f608
9 changed files with 195 additions and 219 deletions

View File

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