Loading src/feh.h +0 −1 Original line number Diff line number Diff line Loading @@ -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); Loading src/index.c +0 −5 Original line number Diff line number Diff line Loading @@ -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]; Loading Loading
src/feh.h +0 −1 Original line number Diff line number Diff line Loading @@ -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); Loading
src/index.c +0 −5 Original line number Diff line number Diff line Loading @@ -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]; Loading