cleanup: remove unused ScreenConfiguration type

This commit is contained in:
outfoxxed 2024-02-25 19:38:54 -08:00
parent fabf86f75f
commit 6c6272e523
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 0 additions and 12 deletions

View File

@ -49,18 +49,6 @@ Q_ENUM_NS(Enum);
} // namespace KeyboardFocus } // namespace KeyboardFocus
namespace ScreenConfiguration { // NOLINT
Q_NAMESPACE;
QML_ELEMENT;
enum Enum {
Window = 0,
Compositor = 1,
};
Q_ENUM_NS(Enum);
} // namespace ScreenConfiguration
class QSWaylandLayerSurface; class QSWaylandLayerSurface;
class LayershellWindowExtension: public QObject { class LayershellWindowExtension: public QObject {