diff options
author | Oz Linden <oz@lindenlab.com> | 2015-11-13 17:19:28 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-11-13 17:19:28 -0500 |
commit | 317644f5d575ecd4e734c9a5327f2a062ebf914a (patch) | |
tree | 7b395b77cfa47793b15ca682ee42985467cb5c18 /indra/newview/llappviewer.cpp | |
parent | 0dcc278305d8c28d3c49eb652c062c53ee91fe5b (diff) |
MAINT-5860: remove timestamp from the about box (version id is enough)
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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: |