summaryrefslogtreecommitdiff
path: root/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/Common/Ref.qml
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/Common/Ref.qml')
-rw-r--r--raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/Common/Ref.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/Common/Ref.qml b/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/Common/Ref.qml
deleted file mode 100644
index 406b50c..0000000
--- a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/Common/Ref.qml
+++ /dev/null
@@ -1,9 +0,0 @@
-import QtQuick
-import Quickshell
-
-QtObject {
- required property Singleton service
-
- Component.onCompleted: service.refCount++
- Component.onDestruction: service.refCount--
-}