From 651d5862fe2ca472717475852463d33434c001e9 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Fri, 29 Nov 2019 21:29:16 +0200 Subject: [PATCH] [scenes/opengl] Drop unused enum type Test Plan: Compiles. Reviewers: #kwin, romangg Reviewed By: #kwin, romangg Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D25619 --- plugins/scenes/opengl/scene_opengl.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/scenes/opengl/scene_opengl.h b/plugins/scenes/opengl/scene_opengl.h index 55622aca2c..094bfe6d4e 100644 --- a/plugins/scenes/opengl/scene_opengl.h +++ b/plugins/scenes/opengl/scene_opengl.h @@ -158,11 +158,6 @@ public: protected: WindowPixmap* createWindowPixmap() override; Window(Toplevel* c); - enum TextureType { - Content, - Decoration, - Shadow - }; QMatrix4x4 transformation(int mask, const WindowPaintData &data) const; GLTexture *getDecorationTexture() const;