Other: Remove unused typedef BoxOrders

This commit is contained in:
Julian 2023-01-28 23:56:40 +01:00
parent 58a078c15c
commit c61776d8d4
Signed by: julian
GPG Key ID: 094C2AC34192FA11
2 changed files with 0 additions and 18 deletions

View File

@ -110,15 +110,6 @@ class Extension {
/// Helper methods holding logic needed by other methods. ///
////////////////////////////////////////////////////////////////////////////
/**
* An object containing a box order for the left, center and right top bar
* box.
* @typedef {Object} BoxOrders
* @property {string[]} left - The box order for the left top bar box.
* @property {string[]} center - The box order for the center top bar box.
* @property {string[]} right - The box order for the right top bar box.
*/
/**
* This method orders the top bar items of the specified box according to
* the configured box orders.

View File

@ -7,15 +7,6 @@ const ExtensionUtils = imports.misc.extensionUtils;
const Main = imports.ui.main;
/**
* An object containing a box order for the left, center and right top bar
* box.
* @typedef {Object} BoxOrders
* @property {string[]} left - The box order for the left top bar box.
* @property {string[]} center - The box order for the center top bar box.
* @property {string[]} right - The box order for the right top bar box.
*/
/**
* This class provides methods get, set and interact with box orders, while
* taking over the work of translating between what is stored in settings and