mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 01:42:06 +00:00
Remove unnecessary typedef from pixmap-cache.h
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
5f1bdb2166
commit
b26c4a7898
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user