Comment removal

pull/29/head
parent 4542ef2e78
commit e4df763342

@ -1368,7 +1368,6 @@ gboolean yon_gtk_list_store_copy_full(GtkListStore *target, GtkListStore *source
int columns = gtk_tree_model_get_n_columns(GTK_TREE_MODEL(source));
int target_columns = gtk_tree_model_get_n_columns(GTK_TREE_MODEL(target));
if (columns!=target_columns){
// g_warning("Target and source models have different number of columns",NULL);
g_log((gchar*)0,G_LOG_LEVEL_WARNING,"%s\n","Target and source models have different number of columns");
return 0;
}

Loading…
Cancel
Save