mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
tests/entry: remove unused import
This is actually harmful, since it will drag a depepdency chain that we're not able to satisfy from the tests. https://bugzilla.gnome.org/show_bug.cgi?id=783484
This commit is contained in:
parent
9e0e7a4067
commit
4c72244c2e
1 changed files with 0 additions and 2 deletions
|
|
@ -6,8 +6,6 @@ const Clutter = imports.gi.Clutter;
|
|||
const Lang = imports.lang;
|
||||
const St = imports.gi.St;
|
||||
|
||||
const Calendar = imports.ui.calendar;
|
||||
|
||||
function test() {
|
||||
let stage = new Clutter.Stage({ width: 400, height: 400 });
|
||||
UI.init(stage);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue