Removed some unnecessary stuff

Ansariel 2014-09-17 19:47:53 +02:00
parent 45c66109b1
commit fe559d7f6e
1 changed files with 0 additions and 4 deletions

View File

@ -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<FSPanelBlockList>();
@ -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<FSPanelBlockList>();