From 317644f5d575ecd4e734c9a5327f2a062ebf914a Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Fri, 13 Nov 2015 17:19:28 -0500 Subject: MAINT-5860: remove timestamp from the about box (version id is enough) --- indra/newview/llappviewer.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra/newview/llappviewer.cpp') diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index fbf2a04bcc..7cfb8fdf42 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3301,8 +3301,6 @@ LLSD LLAppViewer::getViewerInfo() const version.append(LLVersionInfo::getBuild()); info["VIEWER_VERSION"] = version; info["VIEWER_VERSION_STR"] = LLVersionInfo::getVersion(); - info["BUILD_DATE"] = __DATE__; - info["BUILD_TIME"] = __TIME__; info["CHANNEL"] = LLVersionInfo::getChannel(); // return a URL to the release notes for this viewer, such as: -- cgit v1.2.3