changeset 1782:261c16ca7da6

Get rid of Geeqie version and beta release message. It clutters command line usage, and is not that useful. Suggested by Michal iha.
author zas_
date Sat, 02 Jan 2010 12:38:55 +0000
parents 95a013ade7e2
children b0352818977b
files src/main.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.c	Sat Dec 19 12:53:20 2009 +0000
+++ b/src/main.c	Sat Jan 02 12:38:55 2010 +0000
@@ -759,10 +759,6 @@
 	/* 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 */