diff options
author | Ima Mechanique <none@none> | 2011-11-18 22:56:31 +0000 |
---|---|---|
committer | Ima Mechanique <none@none> | 2011-11-18 22:56:31 +0000 |
commit | e875e0548b69d1cf141e3970a81aa3f0a5ff7ed3 (patch) | |
tree | d83ab5f4ee7a8f5ada41f67f0aa9ea72ac1018b9 /indra/newview | |
parent | c1745ca4aa4b7d8eb113978eb850ca791dcf2255 (diff) |
Removing code associated with Build => Upload => Script previously reverted.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewermenufile.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/indra/newview/llviewermenufile.cpp b/indra/newview/llviewermenufile.cpp index f23d0f6b72..7e830e14bf 100644 --- a/indra/newview/llviewermenufile.cpp +++ b/indra/newview/llviewermenufile.cpp @@ -87,14 +87,6 @@ class LLFileEnableUpload : public view_listener_t } }; -class LLFileEnableUploadScript : public view_listener_t -{ - bool handleEvent(const LLSD& userdata) - { - return true; - } -}; - class LLFileEnableUploadModel : public view_listener_t { bool handleEvent(const LLSD& userdata) @@ -399,20 +391,6 @@ class LLFileUploadAnim : public view_listener_t } }; -class LLFileUploadScript : public view_listener_t -{ - bool handleEvent(const LLSD& userdata) - { - const std::string filename = upload_pick((void*)LLFilePicker::FFLOAD_SCRIPT); - if (!filename.empty()) - { - LLFloaterReg::showInstance("upload_script", LLSD(filename)); - } - - return true; - } -}; - class LLFileUploadBulk : public view_listener_t { bool handleEvent(const LLSD& userdata) |