diff options
Diffstat (limited to 'src/port.c')
-rw-r--r-- | src/port.c | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -124,9 +124,9 @@ slv2_port_get_data_type(SLV2Plugin p, #if 0 bool -slv2_port_has_hint(SLV2Plugin p, - SLV2Port port, - SLV2Value hint) +slv2_port_has_property(SLV2Plugin p, + SLV2Port port, + SLV2Value hint) { /* FIXME: Add SLV2Value QName stuff to make this not suck to use */ @@ -271,11 +271,3 @@ slv2_port_get_properties(SLV2Plugin p, return slv2_port_get_value(p, port, "lv2:portProperty"); } - -SLV2Values -slv2_port_get_hints(SLV2Plugin p, - SLV2Port port) -{ - return slv2_port_get_value(p, port, "lv2:portHint"); -} - |