From 20e99e4f20a982de43f6aec8b5f962369d5e8d22 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 1 Jul 2012 16:40:24 +0100 Subject: Remove visible and invalid uses of git revision hashes. Anybody who needs to know hich revision it is can check about:testament, to everybody else the string is meaningless. --- amiga/gui.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index cba209fb2..d5d227eef 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -4204,11 +4204,7 @@ Object *ami_gui_splash_open(void) if(tfont = ami_font_open_disk_font(&tattr)) SetFont(win->RPort, tfont); -#ifdef NDEBUG ver_string = ASPrintf("%s", netsurf_version); -#else - ver_string = ASPrintf("NetSurf %s (%s)", versvn, verdate); -#endif Move(win->RPort, left + 185, top + 220); Text(win->RPort, ver_string, strlen(ver_string)); -- cgit v1.2.3