remove unnecessary function

This commit is contained in:
janis
2024-01-16 11:05:04 +01:00
parent 587be5ee61
commit b07199bc16

View File

@@ -161,14 +161,6 @@
return [];
}
/**
* This function returns the active element
* @returns {Object}
*/
const getCurrentElement = ():Object => {
return {};
}
/**
* Returns the current position as an object of form { coordinates: Object, rotation: Object }
* @returns {Object}
@@ -182,7 +174,6 @@
return {
init,
getElements,
getCurrentElement,
moveTo,
removeElement,
addElement,