[Spice-devel] [PATCH v2 2/3] Remove unnecessary typedef from pixmap-cache.h
Jonathon Jongsma
jjongsma at redhat.com
Tue Nov 3 12:35:32 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;
--
2.4.3
More information about the Spice-devel
mailing list