forked from quickshell/quickshell
cleanup: remove unused ScreenConfiguration type
This commit is contained in:
parent
fabf86f75f
commit
6c6272e523
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue