Other: Remove unused typedef PositionAndBoxOverwrite

This commit is contained in:
June 2023-01-29 00:25:05 +01:00
commit d01fb434ee
No known key found for this signature in database
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.