mirror of
https://gitlab.gnome.org/june/top-bar-organizer.git
synced 2026-01-11 16:53:51 +01:00
Other: Remove unused typedef BoxOrders
This commit is contained in:
parent
58a078c15c
commit
c61776d8d4
2 changed files with 0 additions and 18 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue