From b26c4a7898d8ffa36c352e82795bad7a3da1cc39 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Tue, 3 Nov 2015 14:35:32 -0600 Subject: Remove unnecessary typedef from pixmap-cache.h Acked-by: Frediano Ziglio --- server/pixmap-cache.h | 2 -- 1 file changed, 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; -- cgit