summaryrefslogtreecommitdiffstats
path: root/basicsuite/Launcher Settings/PoweroffAction.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/Launcher Settings/PoweroffAction.qml')
-rw-r--r--basicsuite/Launcher Settings/PoweroffAction.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/basicsuite/Launcher Settings/PoweroffAction.qml b/basicsuite/Launcher Settings/PoweroffAction.qml
deleted file mode 100644
index fd0e215..0000000
--- a/basicsuite/Launcher Settings/PoweroffAction.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick.Controls 1.0
-import QtDroid.Utils 1.0
-
-Action
-{
- text: "Power Off!"
- onTriggered: DroidUtils.powerOffSystem()();
-}