diff options
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index f5c0ace..48193c7 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -45,7 +45,7 @@ struct _SLV2Port { SLV2Port slv2_port_new(SLV2World world, uint32_t index, const char* symbol); -SLV2Port slv2_port_duplicate(SLV2Port port); +//SLV2Port slv2_port_duplicate(SLV2Port port); void slv2_port_free(SLV2Port port); |