aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/resize-port
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/resize-port')
-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