summaryrefslogtreecommitdiff
path: root/gsk
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-03-29 16:37:20 +0200
committerTimm Bäder <mail@baedert.org>2018-03-30 23:15:04 +0200
commitf6330846c9cb63f47072ce1c1d03ff24f5750331 (patch)
tree12ace0993a3f1da36a1176f708dc4cd0198dd199 /gsk
parentbadada9cf84d7851fcdbe5daf0394d8bae9c6ca9 (diff)
downloadgtk+-f6330846c9cb63f47072ce1c1d03ff24f5750331.tar.gz
gl renderer: Remover unused mask uniform
Diffstat (limited to 'gsk')
-rw-r--r--gsk/gl/gskglrenderer.c1
-rw-r--r--gsk/gl/gskglrenderopsprivate.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/gsk/gl/gskglrenderer.c b/gsk/gl/gskglrenderer.c
index 182004518c..d903a20ba0 100644
--- a/gsk/gl/gskglrenderer.c
+++ b/gsk/gl/gskglrenderer.c
@@ -1808,7 +1808,6 @@ gsk_gl_renderer_create_programs (GskGLRenderer *self,
INIT_COMMON_UNIFORM_LOCATION (prog, alpha);
INIT_COMMON_UNIFORM_LOCATION (prog, source);
- INIT_COMMON_UNIFORM_LOCATION (prog, mask);
INIT_COMMON_UNIFORM_LOCATION (prog, clip);
INIT_COMMON_UNIFORM_LOCATION (prog, clip_corner_widths);
INIT_COMMON_UNIFORM_LOCATION (prog, clip_corner_heights);
diff --git a/gsk/gl/gskglrenderopsprivate.h b/gsk/gl/gskglrenderopsprivate.h
index ddf6b5e311..5cd9177dda 100644
--- a/gsk/gl/gskglrenderopsprivate.h
+++ b/gsk/gl/gskglrenderopsprivate.h
@@ -44,7 +44,6 @@ typedef struct
int id;
/* Common locations (gl_common)*/
int source_location;
- int mask_location;
int position_location;
int uv_location;
int alpha_location;