comparison src/view_file_list.c @ 1005:ec2788ff6791

Comment out unused functions.
author zas_
date Wed, 27 Aug 2008 17:02:14 +0000
parents 6ca2c5fd7b13
children 1646720364cf
comparison
equal deleted inserted replaced
1004:c1cd51926204 1005:ec2788ff6791
108 108
109 return -1; 109 return -1;
110 } 110 }
111 111
112 112
113 /* 113 #if 0
114 static gint vflist_find_sidecar_list_idx(GList *work, FileData *fd) 114 static gint vflist_find_sidecar_list_idx(GList *work, FileData *fd)
115 { 115 {
116 gint i = 0; 116 gint i = 0;
117 while (work) 117 while (work)
118 { 118 {
132 } 132 }
133 work = work->next; 133 work = work->next;
134 } 134 }
135 return -1; 135 return -1;
136 } 136 }
137 */
138 137
139 static gint vflist_sidecar_list_count(GList *work) 138 static gint vflist_sidecar_list_count(GList *work)
140 { 139 {
141 gint i = 0; 140 gint i = 0;
142 while (work) 141 while (work)
152 } 151 }
153 work = work->next; 152 work = work->next;
154 } 153 }
155 return i; 154 return i;
156 } 155 }
156 #endif
157 157
158 static gboolean vflist_store_clear_cb(GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter, gpointer data) 158 static gboolean vflist_store_clear_cb(GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter, gpointer data)
159 { 159 {
160 FileData *fd; 160 FileData *fd;
161 gtk_tree_model_get(model, iter, FILE_COLUMN_POINTER, &fd, -1); 161 gtk_tree_model_get(model, iter, FILE_COLUMN_POINTER, &fd, -1);