Skip to content

Commit

Permalink
kdrive: Remove a dead struct.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
anholt committed Aug 7, 2014
1 parent ef258fa commit 3714f54
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions hw/kdrive/src/kxv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3714f54

Please sign in to comment.