[gupnp] [PATCH 1/4] Remove unused function gupnp_didl_lite_container_new_from_xml()
- From: Sven Neumann <s neumann raumfeld com>
- To: gupnp o-hand com
- Cc: Sven Neumann <s neumann raumfeld com>
- Subject: [gupnp] [PATCH 1/4] Remove unused function gupnp_didl_lite_container_new_from_xml()
- Date: Tue, 25 May 2010 10:30:30 +0200
Signed-off-by: Sven Neumann <s neumann raumfeld com>
---
libgupnp-av/gupnp-didl-lite-container.c | 23 -----------------------
1 files changed, 0 insertions(+), 23 deletions(-)
diff --git a/libgupnp-av/gupnp-didl-lite-container.c b/libgupnp-av/gupnp-didl-lite-container.c
index d6d5fbf..b2da4a0 100644
--- a/libgupnp-av/gupnp-didl-lite-container.c
+++ b/libgupnp-av/gupnp-didl-lite-container.c
@@ -151,29 +151,6 @@ gupnp_didl_lite_container_class_init (GUPnPDIDLLiteContainerClass *klass)
}
/**
- * gupnp_didl_lite_container_new_from_xml:
- * @xml_node: The pointer to 'res' node in XML document
- * @xml_doc: The reference to XML document containing this container
- *
- * Creates a new #GUPnPDIDLLiteContainer for the @xml_node.
- *
- * Return value: A new #GUPnPDIDLLiteContainer object. Unref after usage.
- **/
-GUPnPDIDLLiteContainer *
-gupnp_didl_lite_container_new_from_xml (xmlNode *xml_node,
- GUPnPXMLDoc *xml_doc)
-{
- GUPnPDIDLLiteContainer *container;
-
- return g_object_new (GUPNP_TYPE_DIDL_LITE_CONTAINER,
- "xml-node", xml_node,
- "xml-doc", xml_doc,
- NULL);
-
- return container;
-}
-
-/**
* gupnp_didl_lite_container_get_searchable:
* @container: #GUPnPDIDLLiteContainer
*
--
1.7.0.4
--
To unsubscribe send a mail to gupnp+unsubscribe\@o-hand.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]