diff options
Diffstat (limited to 'indra/newview/llluamanager.h')
-rw-r--r-- | indra/newview/llluamanager.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llluamanager.h b/indra/newview/llluamanager.h index af9dcf70c2..dcbb91f799 100644 --- a/indra/newview/llluamanager.h +++ b/indra/newview/llluamanager.h @@ -82,8 +82,6 @@ public: // The return value is the (count, result) pair described above. static std::pair<int, LLSD> waitScriptLine(LuaState& L, const std::string& chunk); - static void runScriptOnLogin(); - static const std::map<std::string, std::string> getScriptNames() { return sScriptNames; } private: |