[Spice-devel] [PATCH spice] spice.h: remove redundant declarations

Uri Lublin uril at redhat.com
Thu Nov 27 04:47:13 PST 2014


On 11/27/2014 01:59 PM, Marc-André Lureau wrote:
> Those are already declared in <spice/qxl_dev.h>.
> ---
>   server/spice.h | 6 +-----
>   1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/server/spice.h b/server/spice.h
> index bd5bba8..ca167ea 100644
> --- a/server/spice.h
> +++ b/server/spice.h
> @@ -111,11 +111,7 @@ typedef struct QXLState QXLState;
>   typedef struct QXLWorker QXLWorker;
>   typedef struct QXLDevMemSlot QXLDevMemSlot;
>   typedef struct QXLDevSurfaceCreate QXLDevSurfaceCreate;
> -union QXLReleaseInfo;
> -struct QXLReleaseInfoExt;
> -struct QXLCommand;
> -struct QXLCommandExt;
> -struct QXLRect;
> +
>   struct QXLWorker {
>       uint32_t minor_version;
>       uint32_t major_version;

Ack


More information about the Spice-devel mailing list