From 4f3316c9c7842c4c745291b6699afaade6b8531d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 4 Feb 2011 01:49:51 +0000 Subject: Remove repeated blank lines. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2897 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/scalepoint.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'slv2/scalepoint.h') diff --git a/slv2/scalepoint.h b/slv2/scalepoint.h index ce9cfbf..290ed14 100644 --- a/slv2/scalepoint.h +++ b/slv2/scalepoint.h @@ -29,7 +29,6 @@ extern "C" { * @{ */ - /** Get the label of this scale point (enumeration value) * * Returned value is owned by \a point and must not be freed. @@ -38,7 +37,6 @@ SLV2_API SLV2Value slv2_scale_point_get_label(SLV2ScalePoint point); - /** Get the value of this scale point (enumeration value) * * Returned value is owned by \a point and must not be freed. @@ -47,7 +45,6 @@ SLV2_API SLV2Value slv2_scale_point_get_value(SLV2ScalePoint point); - /** @} */ #ifdef __cplusplus -- cgit v1.2.1