st/mesa: fix incorrect RowStride computation
[mesa.git] / src / gallium / winsys / drm / nouveau / drm / nouveau_drm_api.h
index a32f2907b37ef082670dd18894450ca3b78f133b..a91aad7df8e8bdb4a8ae115f7d9e4930665b0399 100644 (file)
@@ -13,9 +13,6 @@ struct nouveau_winsys {
 
        struct pipe_screen *pscreen;
 
-       unsigned nr_pctx;
-       struct pipe_context **pctx;
-
        struct pipe_surface *front;
 };