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;