OrderItem::removeLink PHP Method

    public function removeLink()
    {
        $buyable = $this->Buyable();
        return $buyable ? ShoppingCart_Controller::remove_item_link($buyable, $this->uniquedata()) : '';
    }