summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2015-11-03 14:35:32 -0600
committerFrediano Ziglio <fziglio@redhat.com>2015-11-04 13:04:17 +0000
commitb26c4a7898d8ffa36c352e82795bad7a3da1cc39 (patch)
tree4369d137c70553b3be7bd99f14c542a00a8ff954
parent5f1bdb2166f60e3b4dfccf105022f9968e5e8414 (diff)
downloadspice-b26c4a7898d8ffa36c352e82795bad7a3da1cc39.tar.gz
spice-b26c4a7898d8ffa36c352e82795bad7a3da1cc39.tar.xz
spice-b26c4a7898d8ffa36c352e82795bad7a3da1cc39.zip
Remove unnecessary typedef from pixmap-cache.h
Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--server/pixmap-cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/pixmap-cache.h b/server/pixmap-cache.h
index 336c9ae6..a4f6fea0 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;