summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneleditwearable.h
diff options
context:
space:
mode:
authorLogan Dethrow <log@lindenlab.com>2012-11-19 16:30:14 -0500
committerLogan Dethrow <log@lindenlab.com>2012-11-19 16:30:14 -0500
commit81219ad03b59a5fcd80ee450b7606c6bb64f4c7d (patch)
treeb7e4db0ebd7700c25952f18605477b5e0812a0a3 /indra/newview/llpaneleditwearable.h
parent25caf1f4d37903479d9e5e5e239553664594c2f0 (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.h3
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;