diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/pixmap-cache.h | 2 |
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; |