diff options
author | Timm Bäder <tbaeder@redhat.com> | 2019-02-08 11:01:39 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2019-02-10 10:31:27 +0100 |
commit | ea554580c7c099081e577a97e793ac6f16c014b6 (patch) | |
tree | 8f7a68a22056529461862987732e4424ccf14bce /gsk/gl/gskglglyphcacheprivate.h | |
parent | 14feafe3a9051ca1e8b515bc62dbd6acdd1c55b0 (diff) | |
download | gtk+-ea554580c7c099081e577a97e793ac6f16c014b6.tar.gz |
glglyphcache: Remove surface member from dirty glyph
We don't use it after we've rendered to it, just its size and data.
Diffstat (limited to 'gsk/gl/gskglglyphcacheprivate.h')
-rw-r--r-- | gsk/gl/gskglglyphcacheprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gsk/gl/gskglglyphcacheprivate.h b/gsk/gl/gskglglyphcacheprivate.h index d93bbdcfc6..00c3dab95c 100644 --- a/gsk/gl/gskglglyphcacheprivate.h +++ b/gsk/gl/gskglglyphcacheprivate.h @@ -32,7 +32,6 @@ struct _DirtyGlyph { GlyphCacheKey *key; GskGLCachedGlyph *value; - cairo_surface_t *surface; }; typedef struct |