Removed unnecessary lines in index.js

This commit is contained in:
hydrant
2018-10-21 12:49:06 +02:00
parent 39bda77a9a
commit e1e0cfdc45

View File

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