summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsapountzis@gmail.com>2010-03-19 02:38:11 +0200
committerGeorge Sapountzis <gsapountzis@gmail.com>2010-03-21 13:21:46 +0200
commit97a694e2211dc804090f282d8e096c028f29579f (patch)
tree8394c178b16e3da78ff184c1ce56781ebb73dcfb /src/gallium/winsys
parent016c5c953f05bc8f20cc48d352e1013dd71a98a2 (diff)
drm/sw: does not need sw_winsys
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r--src/gallium/winsys/drm/sw/sw_drm_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/winsys/drm/sw/sw_drm_api.c b/src/gallium/winsys/drm/sw/sw_drm_api.c
index 0fd2163913e..9c5933c73af 100644
--- a/src/gallium/winsys/drm/sw/sw_drm_api.c
+++ b/src/gallium/winsys/drm/sw/sw_drm_api.c
@@ -40,7 +40,6 @@ struct sw_drm_api
{
struct drm_api base;
struct drm_api *api;
- struct sw_winsys *sw;
};
static INLINE struct sw_drm_api *