Remove TypeChecker.

This commit is contained in:
László Monda
2016-04-08 01:42:33 +02:00
parent 9c532ecdf7
commit 49d0ad270b
6 changed files with 0 additions and 26 deletions

View File

@@ -7,9 +7,6 @@ class SwitchKeymapAction extends KeyAction {
}
set keymapId(value) {
if (!TypeChecker.isUInt8Valid(value)) {
throw `Invalid SwitchKeymapAction.keymapId: ${value}`;
}
this._keymapId = value;
}