winex11: Remove some more leftover X Shm code.

This commit is contained in:
Ken Thomases 2012-01-25 15:53:50 -06:00 committed by Alexandre Julliard
parent 5f42f7d4fa
commit f217415541

View file

@ -90,13 +90,6 @@ typedef struct
Pixmap pixmap;
} X_PHYSBRUSH;
enum x11drv_shm_mode
{
X11DRV_SHM_NONE = 0,
X11DRV_SHM_PIXMAP,
X11DRV_SHM_IMAGE,
};
typedef struct {
int shift;
int scale;