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