remove unnecessary function
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user