summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofile.cpp
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2009-11-10 13:21:02 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2009-11-10 13:21:02 +0200
commitd04539f74a2922db40a6f90f16929b29056f666b (patch)
treecf98a41b02634c42ae54899753e200e9105949a5 /indra/newview/llpanelprofile.cpp
parent1b0732183e4437ce673b13c8092f8122db884587 (diff)
Update for major task EXT-2251 - Implement panels for creating, editing and viewing Classifieds.
Fixed bugs, improved functionality. --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanelprofile.cpp')
-rw-r--r--indra/newview/llpanelprofile.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp
index b0a71f1ebe..02f45c1b48 100644
--- a/indra/newview/llpanelprofile.cpp
+++ b/indra/newview/llpanelprofile.cpp
@@ -243,10 +243,6 @@ void LLPanelProfile::notifyParent(const LLSD& info)
onOpen(info);
return;
}
- else if("save_classified" == action)
- {
- // onOpen(info);
- return;
- }
+
LLPanel::notifyParent(info);
}