Skip to content

Commit

Permalink
Get rid of Geeqie version and beta release message. It clutters comma…
Browse files Browse the repository at this point in the history
…nd line usage, and is not that useful. Suggested by Michal Čihař.
  • Loading branch information
Laurent Monin committed Jan 2, 2010
1 parent bd34c32 commit f1c7e5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -759,10 +759,6 @@ gint main(gint argc, gchar *argv[])
/* setup random seed for random slideshow */
srand(time(NULL));

#if 1
log_printf("%s %s, This is a beta release.\n", GQ_APPNAME, VERSION);
#endif

setup_sigbus_handler();

/* register global notify functions */
Expand Down

0 comments on commit f1c7e5d

Please sign in to comment.