diff options
author | Mikhail Gusarov <dottedmag@dottedmag.net> | 2010-01-02 05:43:27 +0600 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-01-01 23:28:14 -0800 |
commit | fb26cb793c6eba189050662c566f7ea0559bd486 (patch) | |
tree | 9280d42e0f6f3eba32f53e61ea47b25c949de0b4 /hw/kdrive/fbdev/fbdev.h | |
parent | 2c85d72fc7bd013af327321ad5d626dc73c3caf0 (diff) |
Remove unused pShadow field from drivers' private structures
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/kdrive/fbdev/fbdev.h')
-rw-r--r-- | hw/kdrive/fbdev/fbdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/kdrive/fbdev/fbdev.h b/hw/kdrive/fbdev/fbdev.h index 2125ec85a..3da8e4753 100644 --- a/hw/kdrive/fbdev/fbdev.h +++ b/hw/kdrive/fbdev/fbdev.h @@ -46,7 +46,6 @@ typedef struct _fbdevPriv { typedef struct _fbdevScrPriv { Rotation randr; Bool shadow; - PixmapPtr pShadow; } FbdevScrPriv; extern KdCardFuncs fbdevFuncs; |