diff options
author | Cinder <cinder.roxley@phoenixviewer.com> | 2014-05-14 20:37:25 -0600 |
---|---|---|
committer | Cinder <cinder.roxley@phoenixviewer.com> | 2014-05-14 20:37:25 -0600 |
commit | 7ada3ea719e583101ea0762ed75f0c1b803f08dc (patch) | |
tree | 535f9ea0bb250fb84006897b3127d2075ed5b92e /indra/newview/llsyntaxid.h | |
parent | e776b600b1a76fcbe316041fc6fa8e885464daee (diff) |
Clean up LLSyntaxIdLSL ctor
Diffstat (limited to 'indra/newview/llsyntaxid.h')
-rw-r--r-- | indra/newview/llsyntaxid.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llsyntaxid.h b/indra/newview/llsyntaxid.h index d803a09167..0f347a6ce3 100644 --- a/indra/newview/llsyntaxid.h +++ b/indra/newview/llsyntaxid.h @@ -42,7 +42,6 @@ friend class fetchKeywordsFileResponder; public: LLSyntaxIdLSL(); - LLSyntaxIdLSL(const std::string& filename, const std::string& sim_feature, const std::string& capability); bool checkSyntaxIdChanged(); bool fetching(); @@ -70,7 +69,6 @@ protected: void loadKeywordsIntoLLSD(); void setSyntaxId(LLUUID SyntaxId) { mSyntaxIdCurrent = SyntaxId; } void setFileNameCurrent(const std::string& name) { mFileNameCurrent = name; } - void setFileNameDefault(const std::string& name) { mFileNameDefault = name; } void setFileNameNew(const std::string name) { mFileNameNew = name; } private: @@ -81,14 +79,11 @@ private: bool mVersionChanged; file_fetched_signal_t mFileFetchedSignal; - std::string mCapabilityName; std::string mCapabilityURL; std::string mFileNameCurrent; - std::string mFileNameDefault; std::string mFileNameNew; ELLPath mFilePath; std::string mFullFileSpec; - std::string mSimulatorFeature; LLUUID mSyntaxIdCurrent; LLUUID mSyntaxIdNew; }; |