diff options
author | Mark Palange (Mani) <palange@lindenlab.com> | 2010-05-03 17:06:14 -0700 |
---|---|---|
committer | Mark Palange (Mani) <palange@lindenlab.com> | 2010-05-03 17:06:14 -0700 |
commit | 1aef4820a5c95dec0cec7ad06bf1eb54f9c2ae32 (patch) | |
tree | 8bae89ea3c80cfaa8b294e0efc4a3f152bc69ec4 /indra/newview/llappviewer.cpp | |
parent | 8c3feea2a2f3bcb648f712f63ea9c4dab8aaa0c3 (diff) | |
parent | dd61ccde7f622e2810f06f742e2dc7548b796b8d (diff) |
EXT-3780 Added linux impl - wip
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 2f9bbb1407..d283fa4111 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -327,10 +327,6 @@ const char *VFS_INDEX_FILE_BASE = "index.db2.x."; static std::string gWindowTitle; -std::string gLoginPage; -std::vector<std::string> gLoginURIs; -static std::string gHelperURI; - LLAppViewer::LLUpdaterInfo *LLAppViewer::sUpdaterInfo = NULL ; void idle_afk_check() |