comparison src/view_file_list.c @ 1712:7f91f906f9c2

Comment out unused functions, silenting related compilation warnings.
author zas_
date Mon, 07 Sep 2009 08:24:09 +0000
parents f5eb4241a827
children 5276dabe836f
comparison
equal deleted inserted replaced
1711:f5eb4241a827 1712:7f91f906f9c2
217 tpath = gtk_tree_model_get_path(store, iter); 217 tpath = gtk_tree_model_get_path(store, iter);
218 gtk_tree_view_set_cursor(GTK_TREE_VIEW(vf->listview), tpath, NULL, FALSE); 218 gtk_tree_view_set_cursor(GTK_TREE_VIEW(vf->listview), tpath, NULL, FALSE);
219 gtk_tree_path_free(tpath); 219 gtk_tree_path_free(tpath);
220 } 220 }
221 221
222 222 #if 0
223 static gint vflist_column_idx(ViewFile *vf, gint store_idx) 223 static gint vflist_column_idx(ViewFile *vf, gint store_idx)
224 { 224 {
225 GList *columns, *work; 225 GList *columns, *work;
226 gint i = 0; 226 gint i = 0;
227 227
237 } 237 }
238 238
239 g_list_free(columns); 239 g_list_free(columns);
240 return i; 240 return i;
241 } 241 }
242 242 #endif
243 243
244 /* 244 /*
245 *----------------------------------------------------------------------------- 245 *-----------------------------------------------------------------------------
246 * dnd 246 * dnd
247 *----------------------------------------------------------------------------- 247 *-----------------------------------------------------------------------------