Commit 33813996 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

index.c: Remove unused function chop_file_From_full_path

parent 130f5dae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -120,7 +120,6 @@ void show_mini_usage(void);
void slideshow_change_image(winwidget winwid, int change);
void slideshow_pause_toggle(winwidget w);
char *slideshow_create_name(feh_file * file);
char *chop_file_from_full_path(char *str);
void feh_event_handle_keypress(XEvent * ev);
void feh_action_run(feh_file * file, char *action);
char *feh_printf(char *str, feh_file * file);
+0 −5
Original line number Diff line number Diff line
@@ -497,11 +497,6 @@ void init_index_mode(void)
	return;
}

char *chop_file_from_full_path(char *str)
{
	return(strrchr(str, '/') + 1);
}

static char *create_index_size_string(char *file)
{
	static char str[50];