Other: Remove unused typedef PositionAndBoxOverwrite

This commit is contained in:
Julian 2023-01-29 00:25:05 +01:00
parent 6e61014331
commit d01fb434ee
Signed by: julian
GPG Key ID: 094C2AC34192FA11

View File

@ -63,13 +63,6 @@ class Extension {
/// Methods used on extension enable. ///
////////////////////////////////////////////////////////////////////////////
/**
* An object containing a position and box overwrite.
* @typedef PositionAndBoxOverwrite
* @property {Number} position - The position overwrite.
* @property {string} box - The position box overwrite.
*/
/**
* Overwrite `Panel._addToPanelBox` with a custom method, which simply calls
* the original one and handles new items and orders the top bar afterwards.