summaryrefslogtreecommitdiffstats
path: root/slv2/scalepoint.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-04 01:49:51 +0000
committerDavid Robillard <d@drobilla.net>2011-02-04 01:49:51 +0000
commit4f3316c9c7842c4c745291b6699afaade6b8531d (patch)
treec9424da990c35a86b8f77d1352b2ca7a5c264a06 /slv2/scalepoint.h
parentcfa70a49ec316be6ab83769161a5e02b97c84f65 (diff)
downloadlilv-4f3316c9c7842c4c745291b6699afaade6b8531d.tar.gz
lilv-4f3316c9c7842c4c745291b6699afaade6b8531d.tar.bz2
lilv-4f3316c9c7842c4c745291b6699afaade6b8531d.zip
Remove repeated blank lines.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2897 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/scalepoint.h')
-rw-r--r--slv2/scalepoint.h3
1 files changed, 0 insertions, 3 deletions
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