Effectively drop empty newlines at end of files (missing from rev 535)
authorLaurent Monin <geeqie@norz.org>
Sun, 20 Apr 2008 18:07:51 +0000 (18:07 +0000)
committerLaurent Monin <geeqie@norz.org>
Sun, 20 Apr 2008 18:07:51 +0000 (18:07 +0000)
108 files changed:
src/bar_exif.c
src/bar_exif.h
src/bar_info.c
src/bar_sort.c
src/cache-loader.c
src/cache-loader.h
src/cache.c
src/cache.h
src/cache_maint.c
src/cache_maint.h
src/cellrenderericon.c
src/collect-dlg.c
src/collect-dlg.h
src/collect-io.c
src/collect-io.h
src/collect-table.c
src/collect-table.h
src/collect.c
src/collect.h
src/color-man.c
src/color-man.h
src/dnd.h
src/dupe.c
src/dupe.h
src/editors.h
src/exif-int.h
src/exif.h
src/filelist.h
src/format_canon.h
src/format_fuji.h
src/format_nikon.h
src/format_olympus.h
src/format_raw.c
src/format_raw.h
src/fullscreen.c
src/fullscreen.h
src/image-load.c
src/image-load.h
src/image-overlay.h
src/image.c
src/image.h
src/img-view.c
src/info.c
src/info.h
src/layout.h
src/layout_config.c
src/layout_config.h
src/layout_image.c
src/layout_image.h
src/layout_util.c
src/main.c
src/main.h
src/md5-util.c
src/md5-util.h
src/menu.c
src/pan-calendar.c
src/pan-folder.c
src/pan-grid.c
src/pan-item.c
src/pan-timeline.c
src/pan-util.c
src/pan-view.c
src/pixbuf-renderer.c
src/pixbuf-renderer.h
src/pixbuf_util.c
src/pixbuf_util.h
src/preferences.c
src/print.c
src/print.h
src/rcfile.c
src/rcfile.h
src/remote.c
src/remote.h
src/search.c
src/search.h
src/secure_save.c
src/similar.h
src/slideshow.c
src/slideshow.h
src/thumb.c
src/thumb_standard.c
src/typedefs.h
src/ui_bookmark.c
src/ui_bookmark.h
src/ui_fileops.c
src/ui_fileops.h
src/ui_help.c
src/ui_help.h
src/ui_menu.c
src/ui_menu.h
src/ui_misc.h
src/ui_pathsel.c
src/ui_pathsel.h
src/ui_spinner.c
src/ui_spinner.h
src/ui_tabcomp.c
src/ui_tabcomp.h
src/ui_tree_edit.h
src/ui_utildlg.c
src/ui_utildlg.h
src/utilops.c
src/utilops.h
src/view_dir.h
src/view_dir_list.h
src/view_dir_tree.h
src/view_file_icon.c
src/view_file_icon.h
src/view_file_list.c

index 70ed5fa..a02faa7 100644 (file)
@@ -680,4 +680,3 @@ GtkWidget *bar_exif_new(gint show_title, FileData *fd, gint advanced, GtkWidget
 
        return eb->vbox;
 }
-
index 3214dc9..c35ea6c 100644 (file)
@@ -44,4 +44,3 @@ gchar *bar_exif_validate_text(gchar *text);
 
 
 #endif
-
index b6643f3..f3014e5 100644 (file)
@@ -1372,4 +1372,3 @@ void bar_info_size_request(GtkWidget *bar, gint width)
                gtk_widget_set_size_request(bd->vbox, width, -1);
                }
 }
-
index 331d894..c118d98 100644 (file)
@@ -620,4 +620,3 @@ GtkWidget *bar_sort_new(LayoutWindow *lw)
 
        return sd->vbox;
 }
-
index 8a963d7..476ef73 100644 (file)
@@ -246,4 +246,3 @@ void cache_loader_free(CacheLoader *cl)
        file_data_unref(cl->fd);
        g_free(cl);
 }
-
index db448f0..9ea3bf9 100644 (file)
@@ -55,5 +55,3 @@ void cache_loader_free(CacheLoader *cl);
 
 
 #endif
-
-
index 9a082fc..63b0fb9 100644 (file)
@@ -780,4 +780,3 @@ gint cache_time_valid(const gchar *cache, const gchar *path)
 
        return ret;
 }
-
index b755a52..9aaa0a9 100644 (file)
@@ -75,5 +75,3 @@ gchar *cache_find_location(CacheType type, const gchar *source);
 
 
 #endif
-
-
index 350d610..21a2584 100644 (file)
@@ -1244,4 +1244,3 @@ void cache_manager_show(void)
 
        gtk_widget_show(cache_manager->dialog->dialog);
 }
-
index 89d6d0f..feeb856 100644 (file)
@@ -28,5 +28,3 @@ void cache_manager_show(void);
 
 
 #endif
-
-
index b77d37b..7ac40cb 100644 (file)
@@ -640,4 +640,3 @@ gqv_cell_renderer_icon_render(GtkCellRenderer               *cell,
                                cell_area->width, cell_area->height);
                }
 }
-
index 0dd324d..a4ecdc9 100644 (file)
@@ -248,4 +248,3 @@ void collection_dialog_append(gchar *path, CollectionData *cd)
 {
        collection_save_or_load_dialog(path, DIALOG_APPEND, cd);
 }
-
index 423a523..7acb4ee 100644 (file)
@@ -22,4 +22,3 @@ void collection_dialog_append(gchar *path, CollectionData *cd);
 
 
 #endif
-
index 4ec00be..0927830 100644 (file)
@@ -929,4 +929,3 @@ void collect_manager_flush(void)
        if (debug) printf("collection manager flushing\n");
        while (collect_manager_process_cb(NULL));
 }
-
index 488ff92..fadc39e 100644 (file)
@@ -50,4 +50,3 @@ void collect_manager_flush(void);
 
 
 #endif
-
index 5ac11a8..ebfc64f 100644 (file)
@@ -2434,4 +2434,3 @@ CollectInfo *collection_table_get_focus_info(CollectTable *ct)
 {
        return collection_table_find_data(ct, ct->focus_row, ct->focus_column, NULL);
 }
-
index 3ba5a04..5d9b7b2 100644 (file)
@@ -34,4 +34,3 @@ CollectInfo *collection_table_get_focus_info(CollectTable *ct);
 GList *collection_table_selection_get_list(CollectTable *ct);
 
 #endif
-
index f1def14..1d0bb61 100644 (file)
@@ -1255,4 +1255,3 @@ CollectWindow *collection_window_new(const gchar *path)
 
        return cw;
 }
-
index af3d173..70c7ef3 100644 (file)
@@ -81,4 +81,3 @@ gint collection_window_modified_exists(void);
 
 
 #endif
-
index 377c535..6f1161a 100644 (file)
@@ -471,5 +471,3 @@ void color_man_start_bg(ColorMan *cm, ColorManDoneFunc done_func, gpointer done_
 }
 
 #endif
-
-
index effd864..ff5904a 100644 (file)
@@ -61,4 +61,3 @@ void color_man_correct_region(ColorMan *cm, GdkPixbuf *pixbuf, gint x, gint y, g
 void color_man_start_bg(ColorMan *cm, ColorManDoneFunc don_func, gpointer done_data);
 
 #endif
-
index 41948f7..6fd5e7c 100644 (file)
--- a/src/dnd.h
+++ b/src/dnd.h
@@ -34,4 +34,3 @@ void dnd_set_drag_icon(GtkWidget *widget, GdkDragContext *context, GdkPixbuf *pi
 
 
 #endif
-
index b6947a4..a402e4d 100644 (file)
@@ -3570,4 +3570,3 @@ void dupe_maint_renamed(FileData *fd)
                }
 
 }
-
index a823d13..5d95800 100644 (file)
@@ -128,5 +128,3 @@ void cell_renderer_height_override(GtkCellRenderer *renderer);
 
 
 #endif
-
-
index d5836d9..308479e 100644 (file)
@@ -71,6 +71,3 @@ gint editor_window_flag_set(gint n);
 const gchar *editor_get_error_str(gint flags);
 
 #endif
-
-
-
index b2e4599..ab38c2d 100644 (file)
@@ -165,4 +165,3 @@ gint exif_tiff_parse(ExifData *exif, unsigned char *tiff, guint size, ExifMarker
 gchar *exif_text_list_find_value(ExifTextList *list, guint value);
 
 #endif
-
index cf27535..7b362be 100644 (file)
@@ -153,4 +153,3 @@ gint format_raw_img_exif_offsets_fd(int fd, const gchar *path,
 
 
 #endif
-
index 81bcaa5..c98b396 100644 (file)
@@ -89,5 +89,3 @@ GList *filelist_sort_path(GList *list);
 GList *filelist_recursive(const gchar *path);
 
 #endif
-
-
index e94d560..d2f64a7 100644 (file)
@@ -45,5 +45,3 @@ gint format_canon_makernote(ExifData *exif, unsigned char *tiff, guint offset,
 
 
 #endif
-
-
index 16af3c0..eb38956 100644 (file)
@@ -35,4 +35,3 @@ gint format_fuji_makernote(ExifData *exif, unsigned char *tiff, guint offset,
 
 
 #endif
-
index 52e5a42..06cad92 100644 (file)
@@ -42,4 +42,3 @@ gint format_nikon_makernote(ExifData *exif, unsigned char *tiff, guint offset,
 
 
 #endif
-
index b55143b..2662ca6 100644 (file)
@@ -34,4 +34,3 @@ gint format_olympus_makernote(ExifData *exif, unsigned char *tiff, guint offset,
 
 
 #endif
-
index 652b46e..085d79a 100644 (file)
@@ -568,4 +568,3 @@ gint format_debug_tiff_raw(unsigned char *data, const guint len,
 
 #endif
 /* not HAVE_EXIV2 */
-
index 3e34017..38a5b6d 100644 (file)
@@ -77,4 +77,3 @@ gint format_debug_tiff_raw(unsigned char *data, const guint len,
 #endif
 
 #endif
-
index a607934..b3b38da 100644 (file)
@@ -681,4 +681,3 @@ GtkWidget *fullscreen_prefs_selection_new(const gchar *text, gint *screen_value,
 
        return vbox;
 }
-
index 907f087..84120f8 100644 (file)
@@ -57,5 +57,3 @@ GtkWidget *fullscreen_prefs_selection_new(const gchar *text, gint *screen_value,
 
 
 #endif
-
-
index 9f702d0..767ab1c 100644 (file)
@@ -490,4 +490,3 @@ gint image_load_dimensions(FileData *fd, gint *width, gint *height)
 
        return success;
 }
-
index 83a13e6..1683df3 100644 (file)
@@ -54,4 +54,3 @@ gint image_loader_get_is_done(ImageLoader *il);
 gint image_load_dimensions(FileData *fd, gint *width, gint *height);
 
 #endif
-
index 415e751..bd6a6bd 100644 (file)
@@ -37,5 +37,3 @@ void image_osd_histogram_chan_toggle(ImageWindow *);
 void image_osd_histogram_log_toggle(ImageWindow *);
 
 #endif
-
-
index e024f6c..9581019 100644 (file)
@@ -2090,4 +2090,3 @@ ImageWindow *image_new(gint frame)
 
        return imd;
 }
-
index 45a8748..30f2468 100644 (file)
@@ -133,6 +133,3 @@ void image_options_sync(void);
 
 
 #endif
-
-
-
index 76059c1..877b6d1 100644 (file)
@@ -1750,4 +1750,3 @@ void view_window_maint_moved(FileData *fd)
                view_real_moved(vw, fd);
                }
 }
-
index bd564da..31d9a5d 100644 (file)
@@ -867,4 +867,3 @@ void info_window_new(FileData *fd, GList *list)
 
        gtk_widget_show(id->window);
 }
-
index 9401cb8..bebd33b 100644 (file)
@@ -44,5 +44,3 @@ GtkWidget *table_add_line(GtkWidget *table, gint x, gint y,
 
 
 #endif
-
-
index efda3b1..44c98db 100644 (file)
@@ -98,6 +98,3 @@ void layout_maint_moved(FileData *fd, GList *ignore_list);
 
 
 #endif
-
-
-
index 68581c9..9849afb 100644 (file)
@@ -414,5 +414,3 @@ void layout_config_order_from_text(const gchar *text, gint *a, gint *b, gint *c)
                *c = text_char_to_num(text, 2);
                }
 }
-
-
index 3fc872d..7239d43 100644 (file)
@@ -30,4 +30,3 @@ void layout_config_parse(gint style, const gchar *order,
 
 
 #endif
-
index 8e681d3..de257ed 100644 (file)
@@ -2057,4 +2057,3 @@ void layout_image_maint_moved(LayoutWindow *lw, FileData *fd)
 {
        layout_image_maint_renamed(lw, fd);
 }
-
index a513f0b..18d19ca 100644 (file)
@@ -84,5 +84,3 @@ void layout_image_maint_moved(LayoutWindow *lw, FileData *fd);
 
 
 #endif
-
-
index a78c6b9..73b994c 100644 (file)
@@ -1886,4 +1886,3 @@ void layout_bars_maint_renamed(LayoutWindow *lw)
 {
        layout_bar_info_maint_renamed(lw);
 }
-
index bb487b5..3b22023 100644 (file)
@@ -1552,4 +1552,3 @@ int main (int argc, char *argv[])
        gtk_main ();
        return 0;
 }
-
index 4f59dee..e25a9d8 100644 (file)
@@ -163,6 +163,3 @@ void exit_program(void);
 
 
 #endif
-
-
-
index 278f726..607cefa 100644 (file)
@@ -421,4 +421,3 @@ gchar *md5_text_from_file_utf8(const gchar *path, const gchar *error_text)
 
        return md5_digest_to_text(digest);
 }
-
index d919383..f6a0bcb 100644 (file)
@@ -59,4 +59,3 @@ gboolean md5_digest_from_text(const gchar *text, guchar digest[16]);
 
 
 #endif /* MD5_UTILS_H */
-
index a4f470e..c1151e2 100644 (file)
@@ -272,5 +272,3 @@ GtkWidget *submenu_add_alter(GtkWidget *menu, GCallback func, gpointer data)
 {
        return real_submenu_add_alter(menu, func, data, NULL);
 }
-
-
index 6e7efd3..a81c566 100644 (file)
@@ -427,5 +427,3 @@ void pan_calendar_compute(PanWindow *pw, const gchar *path, gint *width, gint *h
 
        g_list_free(list);
 }
-
-
index ec2eda9..c546f15 100644 (file)
@@ -466,5 +466,3 @@ void pan_folder_tree_compute(PanWindow *pw, const gchar *path, gint *width, gint
        if (width) *width = w;
        if (height) *height = h;
 }
-
-
index ef7c0ec..f774ee3 100644 (file)
@@ -80,4 +80,3 @@ void pan_grid_compute(PanWindow *pw, const gchar *path, gint *width, gint *heigh
 
        g_list_free(list);
 }
-
index 4d96246..628e64e 100644 (file)
@@ -959,5 +959,3 @@ void pan_text_alignment_calc(PanTextAlignment *ta, PanItem *box)
                y += height;
                }
 }
-
-
index a3fabbb..b62e5cc 100644 (file)
@@ -182,4 +182,3 @@ void pan_timeline_compute(PanWindow *pw, const gchar *path, gint *width, gint *h
 
        g_list_free(list);
 }
-
index 9ff673b..711c324 100644 (file)
@@ -249,4 +249,3 @@ GList *pan_list_tree(const gchar *path, SortType sort, gint ascend,
 
        return result;
 }
-
index 2f8a44a..722cda3 100644 (file)
@@ -2967,4 +2967,3 @@ static void pan_window_dnd_init(PanWindow *pw)
  * maintenance (for rename, move, remove)
  *-----------------------------------------------------------------------------
  */
-
index af038d3..a88777a 100644 (file)
@@ -4035,5 +4035,3 @@ gint pixbuf_renderer_get_virtual_rect(PixbufRenderer *pr, GdkRectangle *rect)
        rect->height = pr->vis_height;
        return TRUE;
 }
-
-
index ab875b9..551b05b 100644 (file)
@@ -246,4 +246,3 @@ void pixbuf_renderer_overlay_remove(PixbufRenderer *pr, gint id);
 
 
 #endif
-
index a87a74d..ea82202 100644 (file)
@@ -1229,5 +1229,3 @@ void pixbuf_desaturate_rect(GdkPixbuf *pb,
                        }
                }
 }
-
-
index a375fdd..a0e00e7 100644 (file)
@@ -97,5 +97,3 @@ void util_clip_triangle(gint x1, gint y1, gint x2, gint y2, gint x3, gint y3,
 
 
 #endif
-
-
index 8eb05de..92352f2 100644 (file)
@@ -1686,4 +1686,3 @@ void show_about_window(void)
 
        gtk_widget_show(about);
 }
-
index 4011f5f..f6fa7fb 100644 (file)
@@ -3532,4 +3532,3 @@ void print_window_new(FileData *fd, GList *selection, GList *list, GtkWidget *pa
        gtk_widget_show(pw->notebook);
        gtk_widget_show(pw->dialog->dialog);
 }
-
index 07ff3cd..a883154 100644 (file)
@@ -19,4 +19,3 @@ void print_window_new(FileData *fd, GList *selection, GList *list, GtkWidget *pa
 
 
 #endif
-
index e766b85..6a9751a 100644 (file)
@@ -786,4 +786,3 @@ void load_options(void)
        fclose(f);
        g_free(rc_path);
 }
-
index 7b79490..0d54b21 100644 (file)
@@ -21,4 +21,3 @@ void load_options(void);
 
 
 #endif
-
index 96dff1b..617ba64 100644 (file)
@@ -336,5 +336,3 @@ void remote_close(RemoteConnection *rc)
        g_free(rc->path);
        g_free(rc);
 }
-
-
index d63f655..bf5ff2d 100644 (file)
@@ -41,4 +41,3 @@ void remote_close(RemoteConnection *rc);
 
 
 #endif
-
index bf7a377..04eae38 100644 (file)
@@ -2847,4 +2847,3 @@ void search_maint_removed(FileData *fd)
 {
        search_maint_renamed(fd);
 }
-
index 5420c67..849f21d 100644 (file)
@@ -22,5 +22,3 @@ void search_maint_removed(FileData *fd);
 
 
 #endif
-
-
index d7d238b..6b8c41f 100644 (file)
@@ -394,4 +394,3 @@ secsave_strerror(SecureSaveErrno secsave_error)
                return _("Secure file saving error");
        }
 }
-
index 13a015e..0063780 100644 (file)
@@ -41,4 +41,3 @@ void image_sim_alternate_processing(ImageSimilarityData *sd);
 
 
 #endif
-
index f075fbf..f3306a5 100644 (file)
@@ -432,5 +432,3 @@ gint slideshow_pause_toggle(SlideShowData *ss)
        slideshow_pause_set(ss, !slideshow_paused(ss));
        return slideshow_paused(ss);
 }
-
-
index 532efdb..41940ce 100644 (file)
@@ -44,4 +44,3 @@ gint slideshow_pause_toggle(SlideShowData *ss);
 
 
 #endif
-
index c0d0966..cb47b3b 100644 (file)
@@ -655,6 +655,3 @@ static GdkPixbuf *get_xv_thumbnail(gchar *thumb_filename, gint max_w, gint max_h
 
        return NULL;
 }
-
-
-
index 3c782ee..8bd50c4 100644 (file)
@@ -1089,5 +1089,3 @@ void thumb_std_maint_moved(const gchar *source, const gchar *dest)
                thumb_std_maint_move_tail = thumb_std_maint_move_list;
                }
 }
-
-
index a6ebb6b..a2734d0 100644 (file)
@@ -897,5 +897,3 @@ struct _ConfOptions
 };
 
 #endif
-
-
index 5d7e4fa..e07d227 100644 (file)
@@ -1503,4 +1503,3 @@ gchar *uri_text_from_filelist(GList *list, gint *len, gint plain_text)
        string_list_free(path_list);
        return ret;
 }
-
index 97fcac4..0d6418d 100644 (file)
@@ -65,4 +65,3 @@ gchar *uri_text_from_filelist(GList *list, gint *len, gint plain_text);
 
 
 #endif
-
index 2808315..c146bd2 100644 (file)
@@ -840,4 +840,3 @@ gint file_in_path(const gchar *name)
 
        return ret;
 }
-
index c369f82..75ebf2d 100644 (file)
@@ -85,6 +85,3 @@ void parse_out_relatives(gchar *path);
 gint file_in_path(const gchar *name);
 
 #endif
-
-
-
index 61bafd6..a980f26 100644 (file)
@@ -266,4 +266,3 @@ GtkWidget *help_window_get_box(GtkWidget *window)
 {
        return g_object_get_data(G_OBJECT(window), "text_vbox");
 }
-
index ba0d3c0..d534f56 100644 (file)
@@ -24,4 +24,3 @@ GtkWidget *help_window_get_box(GtkWidget *window);
 
 
 #endif
-
index 8991695..e0dee7e 100644 (file)
@@ -204,4 +204,3 @@ gint popup_menu_position_clamp(GtkMenu *menu, gint *x, gint *y, gint height)
 
        return adjusted;
 }
-
index 3cb444b..26da7f4 100644 (file)
@@ -42,4 +42,3 @@ gint popup_menu_position_clamp(GtkMenu *menu, gint *x, gint *y, gint height);
 
 
 #endif
-
index 38739a6..e75dbc3 100644 (file)
@@ -186,4 +186,3 @@ GtkWidget *pref_color_button_new(GtkWidget *parent_box,
 
 
 #endif
-
index 1da6e4e..90cdcc3 100644 (file)
@@ -1299,4 +1299,3 @@ void path_selection_clear_filter(GtkWidget *entry)
 
        dest_filter_clear(dd);
 }
-
index 09574b4..c85ec49 100644 (file)
@@ -26,4 +26,3 @@ void path_selection_clear_filter(GtkWidget *entry);
 
 
 #endif
-
index a9e4542..dcf600e 100644 (file)
@@ -211,4 +211,3 @@ void spinner_step(GtkWidget *spinner, gint reset)
                spinner_increment_frame(sp);
                }
 }
-
index 23bf200..981ba90 100644 (file)
@@ -40,4 +40,3 @@ void spinner_step(GtkWidget *spinner, gint reset);
 
 
 #endif
-
index e499598..e62f91f 100644 (file)
@@ -914,4 +914,3 @@ void tab_completion_add_select_button(GtkWidget *entry, const gchar *title, gint
 
        gtk_widget_show(td->fd_button);
 }
-
index bc975ed..3743f51 100644 (file)
@@ -29,4 +29,3 @@ void tab_completion_add_select_button(GtkWidget *entry, const gchar *title, gint
 
 
 #endif
-
index 0b2400a..e2f3d80 100644 (file)
@@ -100,4 +100,3 @@ GList *uig_list_insert_list(GList *parent, GList *insert_link, GList *list);
 
 
 #endif
-
index 5e890b4..98dceb4 100644 (file)
@@ -452,5 +452,3 @@ void file_dialog_sync_history(FileDialog *fdlg, gint dir_only)
                g_free(buf);
                }
 }
-
-
index 00aad6b..cdfd82e 100644 (file)
@@ -92,4 +92,3 @@ void file_dialog_sync_history(FileDialog *fd, gint dir_only);
 
 
 #endif
-
index 60993cc..40e7257 100644 (file)
@@ -3442,4 +3442,3 @@ void file_util_delete_dir(FileData *fd, GtkWidget *parent)
        filelist_free(dlist);
        filelist_free(flist);
 }
-
index 326a712..21d90e5 100644 (file)
@@ -57,4 +57,3 @@ gint move_file_ext(FileData *fd);
 gint rename_file_ext(FileData *fd);
 
 #endif
-
index f31c381..fd07f93 100644 (file)
@@ -53,5 +53,3 @@ gint vd_press_key_cb(GtkWidget *widget, GdkEventKey *event, gpointer data);
 gint vd_press_cb(GtkWidget *widget,  GdkEventButton *bevent, gpointer data);
 
 #endif
-
-
index 71380e4..dbf2656 100644 (file)
@@ -32,5 +32,3 @@ gint vdlist_press_cb(GtkWidget *widget, GdkEventButton *bevent, gpointer data);
 void vdlist_destroy_cb(GtkWidget *widget, gpointer data);
 
 #endif
-
-
index b5188cd..ecd5c6c 100644 (file)
@@ -39,4 +39,3 @@ gint vdtree_press_cb(GtkWidget *widget, GdkEventButton *bevent, gpointer data);
 void vdtree_destroy_cb(GtkWidget *widget, gpointer data);
 
 #endif
-
index cfb82ae..fc36234 100644 (file)
@@ -2731,4 +2731,3 @@ gint vficon_maint_moved(ViewFileIcon *vfi, FileData *fd, GList *ignore_list)
 
        return ret;
 }
-
index 278a87f..be5b082 100644 (file)
@@ -55,5 +55,3 @@ gint vficon_maint_moved(ViewFileIcon *vfi, FileData *fd, GList *ignore_list);
 
 
 #endif
-
-
index 1a2afb9..076bbc4 100644 (file)
@@ -2303,4 +2303,3 @@ gint vflist_maint_moved(ViewFileList *vfl, FileData *fd, GList *ignore_list)
 
        return ret;
 }
-