summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-04-06 15:45:54 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-04-06 15:45:54 +0100
commitcbf1ae105a980a439cff39026f9e2c05d4f13859 (patch)
treea722a00920ab4e5b5f948a8bffb7b45cc1f60313 /indra/newview/llinventorybridge.cpp
parentc1b49a2142f04bde232d65038ac88765423fc7ad (diff)
sigghhhh, yet more conflict resolution from the viewer-trunk merge. actually builds now. let's see if it runs and works.
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r--indra/newview/llinventorybridge.cpp13
1 files changed, 1 insertions, 12 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index 7c156561b9..83248e9991 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -5389,20 +5389,9 @@ public:
LLNotificationsUtil::add("CannotWearInfoNotComplete");
}
}
- LLInvFVBridgeAction::doIt();
-}
-
-//virtual
-void LLMeshBridgeAction::doIt()
-{
- LLViewerInventoryItem* item = getItem();
- if(item)
- {
- // do it
- }
-
LLInvFVBridgeAction::doIt();
}
+
virtual ~LLWearableBridgeAction(){}
protected:
LLWearableBridgeAction(const LLUUID& id,LLInventoryModel* model) : LLInvFVBridgeAction(id,model) {}