diff options
Diffstat (limited to 'ext/atom.lv2/atom.h')
-rw-r--r-- | ext/atom.lv2/atom.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/atom.lv2/atom.h b/ext/atom.lv2/atom.h index ed5ddd8..61482c7 100644 --- a/ext/atom.lv2/atom.h +++ b/ext/atom.lv2/atom.h @@ -35,8 +35,6 @@ #include <stdint.h> #include <stddef.h> -#define LV2_ATOM_FROM_EVENT(ev) ((LV2_Atom*)&((LV2_Event*)ev)->type) - /** An LV2 Atom. |