--- 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; -- 2.4.3 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel