diff options
Diffstat (limited to 'src/gallium/targets/haiku-softpipe/SoftwareRenderer.h')
-rw-r--r-- | src/gallium/targets/haiku-softpipe/SoftwareRenderer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/targets/haiku-softpipe/SoftwareRenderer.h b/src/gallium/targets/haiku-softpipe/SoftwareRenderer.h index 8427ce171fe..10eaef870f3 100644 --- a/src/gallium/targets/haiku-softpipe/SoftwareRenderer.h +++ b/src/gallium/targets/haiku-softpipe/SoftwareRenderer.h @@ -51,8 +51,6 @@ private: ulong fOptions; GLuint fWidth; GLuint fHeight; - GLuint fNewWidth; - GLuint fNewHeight; color_space fColorSpace; }; |