aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-12 20:17:38 +0000
committerDavid Robillard <d@drobilla.net>2012-04-12 20:17:38 +0000
commit9397371fe3c41a35f81668cdf2e66a8f395e2008 (patch)
tree27afc7a0b1b36e58156fd77d22fd45ca2946bf2e /lv2/lv2plug.in/ns/ext/resize-port/resize-port.h
parente3e7dcfa043ee95ea419c8407716831e1141d454 (diff)
downloadlv2-9397371fe3c41a35f81668cdf2e66a8f395e2008.tar.xz
Lint.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/resize-port/resize-port.h')
-rw-r--r--lv2/lv2plug.in/ns/ext/resize-port/resize-port.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h
index 4da4254..c1419e6 100644
--- a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h
+++ b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h
@@ -31,7 +31,6 @@ extern "C" {
typedef void* LV2_Resize_Port_Feature_Data;
typedef struct {
-
LV2_Resize_Port_Feature_Data data;
/** Resize a port buffer to at least @a size bytes.
@@ -53,7 +52,6 @@ typedef struct {
bool (*resize_port)(LV2_Resize_Port_Feature_Data data,
uint32_t index,
size_t size);
-
} LV2_Resize_Port_Feature;
#ifdef __cplusplus