From 9397371fe3c41a35f81668cdf2e66a8f395e2008 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Apr 2012 20:17:38 +0000 Subject: Lint. --- lv2/lv2plug.in/ns/ext/resize-port/resize-port.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/resize-port') 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 -- cgit v1.2.1