diff options
author | George Sapountzis <[email protected]> | 2010-03-19 02:38:11 +0200 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2010-03-21 13:21:46 +0200 |
commit | 97a694e2211dc804090f282d8e096c028f29579f (patch) | |
tree | 8394c178b16e3da78ff184c1ce56781ebb73dcfb | |
parent | 016c5c953f05bc8f20cc48d352e1013dd71a98a2 (diff) |
drm/sw: does not need sw_winsys
-rw-r--r-- | src/gallium/winsys/drm/sw/sw_drm_api.c | 1 |
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 * |