mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 23:29:08 +00:00
Other: Remove unused typedef BoxOrders
This commit is contained in:
parent
58a078c15c
commit
c61776d8d4
@ -110,15 +110,6 @@ class Extension {
|
|||||||
/// Helper methods holding logic needed by other methods. ///
|
/// 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
|
* This method orders the top bar items of the specified box according to
|
||||||
* the configured box orders.
|
* the configured box orders.
|
||||||
|
|||||||
@ -7,15 +7,6 @@ const ExtensionUtils = imports.misc.extensionUtils;
|
|||||||
|
|
||||||
const Main = imports.ui.main;
|
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
|
* 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
|
* taking over the work of translating between what is stored in settings and
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user