diff options
Diffstat (limited to 'modules/controlcenter/state/LauncherState.qml')
| -rw-r--r-- | modules/controlcenter/state/LauncherState.qml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/controlcenter/state/LauncherState.qml b/modules/controlcenter/state/LauncherState.qml deleted file mode 100644 index c5da7aa..0000000 --- a/modules/controlcenter/state/LauncherState.qml +++ /dev/null @@ -1,8 +0,0 @@ -import QtQuick - -QtObject { - id: root - - property var active: null -} - |