diff options
author | David Robillard <d@drobilla.net> | 2011-11-06 19:56:38 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-06 19:56:38 +0000 |
commit | ad2bddcbee17a637a73d24ede3ecffde8d499b62 (patch) | |
tree | dc84f6404ba74cd3d9805e9b3ebcb495c573268a /ext/atom.lv2/atom.h | |
parent | ee319f2c45766164eab47e0b5949c80e0c464ada (diff) | |
download | lv2-ad2bddcbee17a637a73d24ede3ecffde8d499b62.tar.xz |
Lint.
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. |