diff options
Diffstat (limited to 'Source/Applications/Shell/Shell.class.h')
-rw-r--r-- | Source/Applications/Shell/Shell.class.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Applications/Shell/Shell.class.h b/Source/Applications/Shell/Shell.class.h index 94a6c2a..49208fe 100644 --- a/Source/Applications/Shell/Shell.class.h +++ b/Source/Applications/Shell/Shell.class.h @@ -32,12 +32,9 @@ class Shell : public ShellApp { bool appRun(const String& name, Vector<String>& args); - void cd(Vector<String>& args); - void pwd(Vector<String>& args); void rm(Vector<String>& args); void mkdir(Vector<String>& args); void wf(Vector<String>& args); - void run(Vector<String>& args); }; #endif |