summaryrefslogtreecommitdiff
path: root/Source/Applications/Shell/Shell.class.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Applications/Shell/Shell.class.h')
-rw-r--r--Source/Applications/Shell/Shell.class.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Applications/Shell/Shell.class.h b/Source/Applications/Shell/Shell.class.h
index 49208fe..9bd6524 100644
--- a/Source/Applications/Shell/Shell.class.h
+++ b/Source/Applications/Shell/Shell.class.h
@@ -31,10 +31,6 @@ class Shell : public ShellApp {
FSNode cwd;
bool appRun(const String& name, Vector<String>& args);
-
- void rm(Vector<String>& args);
- void mkdir(Vector<String>& args);
- void wf(Vector<String>& args);
};
#endif