diff options
author | prep <prep@lindenlab.com> | 2013-04-08 17:10:46 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-04-08 17:10:46 -0400 |
commit | 985b7277e824c39275d9a06c6262b6f394b02133 (patch) | |
tree | 8abf593f00f19912b6fe03a2129e73b20111c9d4 /indra/newview/llinspectavatar.cpp | |
parent | beeefb45269f45ea717f58b30a0985951ae23c20 (diff) |
WIP SH-4035: confirmation when closing appearance window when changes present
Diffstat (limited to 'indra/newview/llinspectavatar.cpp')
-rw-r--r-- | indra/newview/llinspectavatar.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llinspectavatar.cpp b/indra/newview/llinspectavatar.cpp index 0b3268eb54..6ff16742dd 100644 --- a/indra/newview/llinspectavatar.cpp +++ b/indra/newview/llinspectavatar.cpp @@ -292,10 +292,7 @@ void LLInspectAvatar::processAvatarData(LLAvatarData* data) delete mPropertiesRequest; mPropertiesRequest = NULL; } -/* -prep# - virtual void httpFailure() - */ + void LLInspectAvatar::updateVolumeSlider() { |