diff options
author | Logan Dethrow <log@lindenlab.com> | 2012-11-19 16:30:14 -0500 |
---|---|---|
committer | Logan Dethrow <log@lindenlab.com> | 2012-11-19 16:30:14 -0500 |
commit | 81219ad03b59a5fcd80ee450b7606c6bb64f4c7d (patch) | |
tree | b7e4db0ebd7700c25952f18605477b5e0812a0a3 /indra/newview/llpaneleditwearable.h | |
parent | 25caf1f4d37903479d9e5e5e239553664594c2f0 (diff) |
Moved implementation of incrementCofVersion to llappearancemgr.cpp. Changed retry logic to use the more robust mRetryPolicy instead of my own previous implementation.
Diffstat (limited to 'indra/newview/llpaneleditwearable.h')
-rw-r--r-- | indra/newview/llpaneleditwearable.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llpaneleditwearable.h b/indra/newview/llpaneleditwearable.h index 67217f8751..cd29a5d764 100644 --- a/indra/newview/llpaneleditwearable.h +++ b/indra/newview/llpaneleditwearable.h @@ -78,9 +78,6 @@ public: virtual void setVisible(BOOL visible); - static void incrementCofVersion(); - static void incrementCofVersion(S32 retries); - private: typedef std::map<F32, LLViewerVisualParam*> value_map_t; |