Commit 08a82c2b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Upnp: remove unused function.

parent 71fd32ec
......@@ -961,12 +961,6 @@ void Item::setInputItem( input_item_t* p_input_item )
_p_input_item = p_input_item;
}
input_item_t* Item::getInputItem() const
{
return _p_input_item;
}
// Container...
Container::Container( Container* p_parent,
......
......@@ -126,7 +126,6 @@ public:
const char* getResource() const;
void setInputItem( input_item_t* p_input_item );
input_item_t* getInputItem() const ;
private:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment