diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-08-25 20:26:25 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-08-25 20:26:25 +0300 |
commit | c21b3bbaccdad847611c5af78f612a3db2f47cc1 (patch) | |
tree | 802f84fa8c1b81f45d6f62c15fb353264d797651 /indra/newview/llappviewer.h | |
parent | e46f66ff31607d7580be3cae3fef9d070b9ba0d0 (diff) |
MAINT-7739 Make LLOSInfo a Singleton
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r-- | indra/newview/llappviewer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h index c36d8cd9fd..520ff68a02 100644 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -98,8 +98,6 @@ public: void writeDebugInfo(bool isStatic=true); - const LLOSInfo& getOSInfo() const { return mSysOSInfo; } - void setServerReleaseNotesURL(const std::string& url) { mServerReleaseNotesURL = url; } LLSD getViewerInfo() const; std::string getViewerInfoString() const; @@ -270,8 +268,6 @@ private: std::string mLogoutMarkerFileName; LLAPRFile mLogoutMarkerFile; // A file created to indicate the app is running. - - LLOSInfo mSysOSInfo; bool mReportedCrash; std::string mServerReleaseNotesURL; |