Skip to content

Commit

Permalink
refacto: remove unused dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail committed Nov 14, 2020
1 parent 161c448 commit ae9d571
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
const St = imports.gi.St;
const Gio = imports.gi.Gio; // Just for custom icon
const Main = imports.ui.main;
const Tweener = imports.tweener.tweener;

const Lang = imports.lang;
const PanelMenu = imports.ui.panelMenu;
const PopupMenu = imports.ui.popupMenu;
const Util = imports.misc.util;
const Mainloop = imports.mainloop;
const Clutter = imports.gi.Clutter;
const Soup = imports.gi.Soup;

const ExtensionUtils = imports.misc.extensionUtils;
Expand Down

0 comments on commit ae9d571

Please sign in to comment.