diff options
author | David Robillard <d@drobilla.net> | 2012-02-19 03:07:54 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-02-19 03:07:54 +0000 |
commit | 98f78110c6663913d25a9f58f1b45a2198bdefcf (patch) | |
tree | 6dd2c928ba5b65dd5c7f485fc7dee63a4711b219 /lv2/lv2plug.in | |
parent | b8e06a4495b2d39a8a82ec9647d7a87916caca56 (diff) | |
download | lv2-98f78110c6663913d25a9f58f1b45a2198bdefcf.tar.xz |
Remove unised LV2_Atom_Response.
Diffstat (limited to 'lv2/lv2plug.in')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/atom.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.h b/lv2/lv2plug.in/ns/ext/atom/atom.h index f45ba74..5583ddb 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.h +++ b/lv2/lv2plug.in/ns/ext/atom/atom.h @@ -173,16 +173,6 @@ typedef struct { /* Contents (a series of property bodies) follow here. */ } LV2_Atom_Object; -/** The complete header of an atom:Response. */ -typedef struct { - LV2_Atom atom; /**< Atom header. */ - uint32_t source; /**< ID of message this is a response to (may be 0). */ - uint32_t type; /**< Specific response type URID (may be 0). */ - uint32_t seq; /**< Response sequence number, 0 for end. */ - LV2_Atom body; /**< Body atom header (may be empty). */ - /* Body optionally follows here. */ -} LV2_Atom_Response; - /** A time stamp in frames. Note this type is NOT an LV2_Atom. */ typedef struct { uint32_t frames; /**< Time in frames relative to this block. */ |