From 6c6272e52346cd0695fbabf2a7c3088ecfd5e4c8 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sun, 25 Feb 2024 19:38:54 -0800 Subject: [PATCH] cleanup: remove unused ScreenConfiguration type --- src/wayland/layershell.hpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/wayland/layershell.hpp b/src/wayland/layershell.hpp index fe88f74..5ff1c62 100644 --- a/src/wayland/layershell.hpp +++ b/src/wayland/layershell.hpp @@ -49,18 +49,6 @@ Q_ENUM_NS(Enum); } // namespace KeyboardFocus -namespace ScreenConfiguration { // NOLINT -Q_NAMESPACE; -QML_ELEMENT; - -enum Enum { - Window = 0, - Compositor = 1, -}; -Q_ENUM_NS(Enum); - -} // namespace ScreenConfiguration - class QSWaylandLayerSurface; class LayershellWindowExtension: public QObject {