diff options
author | Eric Anholt <eric@anholt.net> | 2014-04-06 07:57:44 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2014-08-07 12:39:53 -0700 |
commit | 3714f5401690b288045090c4bcd9cb01c6e4860e (patch) | |
tree | 93cc6fbebc76e845f181328d8315277ebd48e641 | |
parent | ef258fa4fd0c215b1327fb3d94b37e75af9fae6b (diff) |
kdrive: Remove a dead struct.
It's never been used in the history of the tree.
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | hw/kdrive/src/kxv.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hw/kdrive/src/kxv.h b/hw/kdrive/src/kxv.h index 4eb405442..b99729922 100644 --- a/hw/kdrive/src/kxv.h +++ b/hw/kdrive/src/kxv.h @@ -54,15 +54,6 @@ of the copyright holder. #define VIDEO_OVERLAID_STILLS 0x00000008 #define VIDEO_CLIP_TO_VIEWPORT 0x00000010 -typedef struct { - KdScreenInfo *screen; - int id; - unsigned short width, height; - int *pitches; /* bytes */ - int *offsets; /* in bytes from start of framebuffer */ - DevUnion devPrivate; -} KdSurfaceRec, *KdSurfacePtr; - typedef int (*PutVideoFuncPtr) (KdScreenInfo * screen, DrawablePtr pDraw, short vid_x, short vid_y, short drw_x, short drw_y, short vid_w, short vid_h, |