From fe559d7f6e1cf0583983d110573fef7f4976fe4b Mon Sep 17 00:00:00 2001 From: Ansariel Date: Wed, 17 Sep 2014 19:47:53 +0200 Subject: [PATCH] Removed some unnecessary stuff --- indra/newview/fsblocklistmenu.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/indra/newview/fsblocklistmenu.cpp b/indra/newview/fsblocklistmenu.cpp index f0a442c81f..82dad63516 100644 --- a/indra/newview/fsblocklistmenu.cpp +++ b/indra/newview/fsblocklistmenu.cpp @@ -52,8 +52,6 @@ void FSBlockListMenu::show(LLView* spawning_view, const uuid_vec_t& uuids, S32 x void FSBlockListMenu::onContextMenuItemClick(const LLSD& userdata) { - const std::string item = userdata.asString(); - if (mSpawningCtrl) { FSPanelBlockList* blocklist = mSpawningCtrl->getParentByType(); @@ -66,8 +64,6 @@ void FSBlockListMenu::onContextMenuItemClick(const LLSD& userdata) bool FSBlockListMenu::onContextMenuItemEnable(const LLSD& userdata) { - const std::string item = userdata.asString(); - if (mSpawningCtrl) { FSPanelBlockList* blocklist = mSpawningCtrl->getParentByType();