diff --git a/src/impress.ts b/src/impress.ts index b5e821e..83a4359 100644 --- a/src/impress.ts +++ b/src/impress.ts @@ -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,