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 []; 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 the current position as an object of form { coordinates: Object, rotation: Object }
* @returns {Object} * @returns {Object}
@@ -182,7 +174,6 @@
return { return {
init, init,
getElements, getElements,
getCurrentElement,
moveTo, moveTo,
removeElement, removeElement,
addElement, addElement,