mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-15 00:34:05 +09:00
refactor: remove unused imports
This commit is contained in:
3
prefs.js
3
prefs.js
@@ -25,7 +25,6 @@ import Gio from 'gi://Gio';
|
||||
import GLib from 'gi://GLib';
|
||||
import GObject from 'gi://GObject';
|
||||
import Gtk from 'gi://Gtk';
|
||||
import Adw from 'gi://Adw';
|
||||
import Gdk from 'gi://Gdk';
|
||||
|
||||
import * as PanelSettings from './panelSettings.js';
|
||||
@@ -35,8 +34,6 @@ import {ExtensionPreferences, gettext as _, ngettext} from 'resource:///org/gnom
|
||||
|
||||
const Mainloop = imports.mainloop;
|
||||
|
||||
const N_ = function(e) { return e };
|
||||
|
||||
const SCALE_UPDATE_TIMEOUT = 500;
|
||||
const DEFAULT_PANEL_SIZES = [ 128, 96, 64, 48, 32, 24, 16 ];
|
||||
const DEFAULT_FONT_SIZES = [ 96, 64, 48, 32, 24, 16, 0 ];
|
||||
|
||||
Reference in New Issue
Block a user