refactor: remove unused imports

This commit is contained in:
Andy Holmes
2023-09-21 19:22:28 -07:00
parent 5ced13a324
commit f68e860d43
13 changed files with 0 additions and 55 deletions

View File

@@ -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 ];