summaryrefslogtreecommitdiff
path: root/commands/src/shutdown.rs
diff options
context:
space:
mode:
Diffstat (limited to 'commands/src/shutdown.rs')
-rw-r--r--commands/src/shutdown.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/commands/src/shutdown.rs b/commands/src/shutdown.rs
deleted file mode 100644
index 969aa25..0000000
--- a/commands/src/shutdown.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-use toolkit::Toolkit;
-use crate::parser::Command;
-
-pub fn run(tk: &mut Toolkit, _command: Command) {
- tk.clear();
- tk.poweroff(false);
-} \ No newline at end of file