[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
This commit is contained in:
parent
0ece47afa8
commit
651d5862fe
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue