[vlc-commits] Upnp: remove unused function.
Jean-Baptiste Kempf
git at videolan.org
Fri Apr 15 11:59:50 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Apr 14 15:56:46 2011 +0200| [08a82c2be4fb856f1bf5c4bdd495920da9ad33b4] | committer: Jean-Baptiste Kempf
Upnp: remove unused function.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=08a82c2be4fb856f1bf5c4bdd495920da9ad33b4
---
modules/services_discovery/upnp.cpp | 6 ------
modules/services_discovery/upnp.hpp | 1 -
2 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/modules/services_discovery/upnp.cpp b/modules/services_discovery/upnp.cpp
index 5666a8a..9b79d6c 100644
--- a/modules/services_discovery/upnp.cpp
+++ b/modules/services_discovery/upnp.cpp
@@ -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,
diff --git a/modules/services_discovery/upnp.hpp b/modules/services_discovery/upnp.hpp
index 96a7865..70038a3 100644
--- a/modules/services_discovery/upnp.hpp
+++ b/modules/services_discovery/upnp.hpp
@@ -126,7 +126,6 @@ public:
const char* getResource() const;
void setInputItem( input_item_t* p_input_item );
- input_item_t* getInputItem() const ;
private:
More information about the vlc-commits
mailing list