Skip to content

Commit

Permalink
Removed unused import (Clutter)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthayhurst committed Jul 10, 2023
1 parent 374ef22 commit 2965eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { ExtensionHelper } = Me.imports.lib;
const ShellVersion = parseFloat(imports.misc.config.PACKAGE_VERSION);

//Main imports
const { St, Gio, GObject, Clutter } = imports.gi;
const { St, Gio, GObject } = imports.gi;
const Main = imports.ui.main;
const PanelMenu = imports.ui.panelMenu;
const PopupMenu = imports.ui.popupMenu;
Expand Down

0 comments on commit 2965eb2

Please sign in to comment.