Clean up unused includes

Some late spring cleaning ...
This commit is contained in:
Florian Müllner
2010-06-30 14:42:36 +02:00
parent cc0de39725
commit 4632db177a
28 changed files with 0 additions and 74 deletions

View File

@ -1,9 +1,7 @@
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
const Clutter = imports.gi.Clutter;
const Lang = imports.lang;
const Shell = imports.gi.Shell;
const Meta = imports.gi.Meta;
const Gettext = imports.gettext.domain('gnome-shell');
const _ = Gettext.gettext;