projects
/
postgis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef39852
)
Disable unused static function.
author
Paul Ramsey
<pramsey@cleverelephant.ca>
Sun, 20 Dec 2009 17:23:48 +0000
(17:23 +0000)
committer
Paul Ramsey
<pramsey@cleverelephant.ca>
Sun, 20 Dec 2009 17:23:48 +0000
(17:23 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5038
b70326c6
-7e19-0410-871a-
916f4a2858ee
postgis/lwgeom_in_kml.c
patch
|
blob
|
history
diff --git
a/postgis/lwgeom_in_kml.c
b/postgis/lwgeom_in_kml.c
index 06452e192d66a7ab8dc6cc0455dde2b64d2b2571..c0d9e4d94608308ab78e8f71b36e45d9c0b9fb24 100644
(file)
--- a/
postgis/lwgeom_in_kml.c
+++ b/
postgis/lwgeom_in_kml.c
@@
-148,6
+148,8
@@
static bool is_kml_namespace(xmlNodePtr xnode, bool is_strict)
}
+/* Temporarily disabling unused function. */
+#if 0
/**
* Retrieve a KML propertie from a node or NULL otherwise
* Respect namespaces if presents in the node element
@@
-166,6
+168,7
@@
static xmlChar *kmlGetProp(xmlNodePtr xnode, xmlChar *prop)
return value;
}
+#endif
/**