From 98f78110c6663913d25a9f58f1b45a2198bdefcf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Feb 2012 03:07:54 +0000 Subject: Remove unised LV2_Atom_Response. --- lv2/lv2plug.in/ns/ext/atom/atom.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lv2/lv2plug.in/ns') 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. */ -- cgit v1.2.1