Remove extra check for "type" command

develop
lethosor 2015-11-05 19:09:14 -05:00
parent 23b02ebcf2
commit 8412a496dd
1 changed files with 0 additions and 1 deletions

@ -553,7 +553,6 @@ string getBuiltinCommand(std::string cmd)
cmd == "enable" ||
cmd == "disable" ||
cmd == "plug" ||
cmd == "type" ||
cmd == "keybinding" ||
cmd == "fpause" ||
cmd == "cls" ||