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