diff src/view_file_icon.c @ 1005:ec2788ff6791

Comment out unused functions.
author zas_
date Wed, 27 Aug 2008 17:02:14 +0000
parents 3096a47232ec
children 1646720364cf
line wrap: on
line diff
--- a/src/view_file_icon.c	Wed Aug 27 16:42:59 2008 +0000
+++ b/src/view_file_icon.c	Wed Aug 27 17:02:14 2008 +0000
@@ -1163,6 +1163,7 @@
 		}
 }
 
+#if 0
 static void vficon_update_focus(ViewFile *vf)
 {
 	gint new_row = 0;
@@ -1181,6 +1182,7 @@
 
 	vficon_move_focus(vf, new_row, new_col, FALSE);
 }
+#endif
 
 /* used to figure the page up/down distances */
 static gint page_height(ViewFile *vf)