summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2015-07-01 20:07:56 +0300
committerandreykproductengine <akleshchev@productengine.com>2015-07-01 20:07:56 +0300
commit2574d1c1fee9b6deffd8d9224d62e91848c1d0e3 (patch)
treea36620d6b078823ea531158dcc4b1631a904df59 /indra/newview/llinventoryfunctions.h
parent1256392d01031de7160589775966b758d33a06fe (diff)
MAINT-2864 FIXED Viewer crashes when clicking "Ok" on "Delete Selected Item" modal from a non existant object.
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rwxr-xr-xindra/newview/llinventoryfunctions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h
index 6b3861aa79..92780eb10f 100755
--- a/indra/newview/llinventoryfunctions.h
+++ b/indra/newview/llinventoryfunctions.h
@@ -438,8 +438,6 @@ public:
struct LLInventoryAction
{
static void doToSelected(class LLInventoryModel* model, class LLFolderView* root, const std::string& action);
-
- static void onItemsRemovalConfirmation(const LLSD& notification, const LLSD& response, LLFolderView* root);
static void removeItemFromDND(LLFolderView* root);
};