From 0a18c35deb2dbc6efd4acd4a1ddc5c87b3887fb1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 12 Mar 2010 01:27:02 +0000 Subject: Chop dead code. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2545 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/value.h | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'slv2/value.h') diff --git a/slv2/value.h b/slv2/value.h index 4a71cad..80e428a 100644 --- a/slv2/value.h +++ b/slv2/value.h @@ -124,30 +124,6 @@ const char* slv2_value_as_uri(SLV2Value value); -#if 0 -/** Return whether the value is a QName ("qualified name", a prefixed URI). - * - * A QName will return true for both this, and slv2_value_is_uri. - * slv2_value_as_uri and slv2_value_as_qname will both return appropriately. - * - * Time = O(1) - */ -bool -slv2_value_is_qname(SLV2Value value); - - -/** Return this value as a QName string, e.g. "lv2:Plugin". - * - * Valid to call only if slv2_value_is_qname(\a value) returns true. - * Returned value is owned by \a value and must not be freed by caller. - * - * Time = O(1) - */ -const char* -slv2_value_as_qname(SLV2Value value); -#endif - - /** Return whether this value is a literal (i.e. not a URI). * * Returns true if \a value is a string or numeric value. -- cgit v1.2.1