Removed unnecessary lines in index.js

This commit is contained in:
hydrant
2018-10-21 12:49:06 +02:00
parent 1376b10d6f
commit ab017777ae

View File

@@ -20,9 +20,4 @@ function saveData() {
function cancelData() {
mp.trigger("cancelData");
}
function getType() {
mp.gui.chat.push("getType");
return typ;
}