summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture-2d-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-texture-2d-private.h')
-rw-r--r--cogl/cogl-texture-2d-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cogl/cogl-texture-2d-private.h b/cogl/cogl-texture-2d-private.h
index 39c9f256..3ae8ded3 100644
--- a/cogl/cogl-texture-2d-private.h
+++ b/cogl/cogl-texture-2d-private.h
@@ -40,8 +40,6 @@ struct _CoglTexture2D
/* The internal format of the GL texture represented as a
CoglPixelFormat */
CoglPixelFormat format;
- int width;
- int height;
CoglBool auto_mipmap;
CoglBool mipmaps_dirty;