summaryrefslogtreecommitdiffstats
path: root/sord
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-16 00:15:11 +0000
committerDavid Robillard <d@drobilla.net>2011-02-16 00:15:11 +0000
commitfdc5708ee4b3277fdc539efc7a74ea18ba68a780 (patch)
tree616f577f2e95ff072bc3875e107a94e781379248 /sord
parentfbd7575e56f2349c5bb0fca249dffc25125042e4 (diff)
downloadsord-fdc5708ee4b3277fdc539efc7a74ea18ba68a780.tar.gz
sord-fdc5708ee4b3277fdc539efc7a74ea18ba68a780.tar.bz2
sord-fdc5708ee4b3277fdc539efc7a74ea18ba68a780.zip
Remove sord_node_get_user_data.
Oops, should have been removed last commit. git-svn-id: http://svn.drobilla.net/sord/trunk@26 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'sord')
-rw-r--r--sord/sord.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sord/sord.h b/sord/sord.h
index 41c23cf..d373677 100644
--- a/sord/sord.h
+++ b/sord/sord.h
@@ -186,11 +186,6 @@ SORD_API
const uint8_t*
sord_node_get_string_counted(SordNode node, size_t* len);
-/** Get the opaque user pointer on a node. */
-SORD_API
-void*
-sord_node_get_user_data(SordNode node);
-
/** Get the language of a literal node. */
SORD_API
const char*