[Spice-devel] [PATCH v2 2/3] Remove unnecessary typedef from pixmap-cache.h
Frediano Ziglio
fziglio at redhat.com
Wed Nov 4 05:07:05 PST 2015
>
> ---
> server/pixmap-cache.h | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/server/pixmap-cache.h b/server/pixmap-cache.h
> index 336c9ae..a4f6fea 100644
> --- a/server/pixmap-cache.h
> +++ b/server/pixmap-cache.h
> @@ -28,8 +28,6 @@
> #define BITS_CACHE_HASH_MASK (BITS_CACHE_HASH_SIZE - 1)
> #define BITS_CACHE_HASH_KEY(id) ((id) & BITS_CACHE_HASH_MASK)
>
> -typedef struct DisplayChannelClient DisplayChannelClient;
> -
> typedef struct PixmapCache PixmapCache;
> typedef struct NewCacheItem NewCacheItem;
>
Ack
Frediano
More information about the Spice-devel
mailing list