summaryrefslogtreecommitdiff
path: root/libs/renderengine/gl/Program.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/renderengine/gl/Program.h')
-rw-r--r--libs/renderengine/gl/Program.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/renderengine/gl/Program.h b/libs/renderengine/gl/Program.h
index 41f1bf865e..fc3755e78f 100644
--- a/libs/renderengine/gl/Program.h
+++ b/libs/renderengine/gl/Program.h
@@ -54,7 +54,7 @@ public:
};
Program(const ProgramCache::Key& needs, const char* vertex, const char* fragment);
- ~Program();
+ ~Program() = default;
/* whether this object is usable */
bool isValid() const;
@@ -104,7 +104,6 @@ private:
/* location of transform matrix */
GLint mInputTransformMatrixLoc;
GLint mOutputTransformMatrixLoc;
- GLint mDisplayColorMatrixLoc;
/* location of corner radius uniform */
GLint mCornerRadiusLoc;