diff options
author | David Robillard <d@drobilla.net> | 2012-04-12 20:17:38 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-12 20:17:38 +0000 |
commit | 9397371fe3c41a35f81668cdf2e66a8f395e2008 (patch) | |
tree | 27afc7a0b1b36e58156fd77d22fd45ca2946bf2e /lv2/lv2plug.in/ns/ext/event/event.h | |
parent | e3e7dcfa043ee95ea419c8407716831e1141d454 (diff) | |
download | lv2-9397371fe3c41a35f81668cdf2e66a8f395e2008.tar.xz |
Lint.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/event/event.h')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/event/event.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lv2/lv2plug.in/ns/ext/event/event.h b/lv2/lv2plug.in/ns/ext/event/event.h index 88ef01d..aeb1332 100644 --- a/lv2/lv2plug.in/ns/ext/event/event.h +++ b/lv2/lv2plug.in/ns/ext/event/event.h @@ -72,7 +72,6 @@ static const uint32_t LV2_EVENT_PPQN = 3136573440U; memcpy(ev_copy, ev, sizeof(LV2_Event) + ev->size); (or equivalent) */ typedef struct { - /** The frames portion of timestamp. The units used here can optionally be set for a port (with the lv2ev:timeUnits property), otherwise this is @@ -113,7 +112,6 @@ typedef struct { uint16_t size; /* size bytes of data follow here */ - } LV2_Event; @@ -134,7 +132,6 @@ typedef struct { |FRAMES |SUBFRMS|TYP|LEN|DATA..DATA..PAD|FRAMES | ... */ typedef struct { - /** The contents of the event buffer. This may or may not reside in the same block of memory as this header, plugins must not assume either. @@ -211,7 +208,6 @@ typedef struct { Any initial value should be ignored by the plugin. */ uint32_t size; - } LV2_Event_Buffer; @@ -230,7 +226,6 @@ typedef void* LV2_Event_Callback_Data; is not mandatory to support the event extension. */ typedef struct { - /** Opaque pointer to host data. @@ -286,7 +281,6 @@ typedef struct { */ uint32_t (*lv2_event_unref)(LV2_Event_Callback_Data callback_data, LV2_Event* event); - } LV2_Event_Feature; |