diff --git a/plugins/scenes/opengl/scene_opengl.h b/plugins/scenes/opengl/scene_opengl.h --- a/plugins/scenes/opengl/scene_opengl.h +++ b/plugins/scenes/opengl/scene_opengl.h @@ -158,11 +158,6 @@ protected: WindowPixmap* createWindowPixmap() override; Window(Toplevel* c); - enum TextureType { - Content, - Decoration, - Shadow - }; QMatrix4x4 transformation(int mask, const WindowPaintData &data) const; GLTexture *getDecorationTexture() const;