lookingGlass: Don't include telepathy import by default
It's hardly a common include nowadays, and removing it keeps all telepathy usage contained in the telepathyClient component. https://bugzilla.gnome.org/show_bug.cgi?id=779878
This commit is contained in:
parent
e0f1fc2694
commit
9a38011e1e
@ -33,7 +33,6 @@ var commandHeader = 'const Clutter = imports.gi.Clutter; ' +
|
|||||||
'const Mainloop = imports.mainloop; ' +
|
'const Mainloop = imports.mainloop; ' +
|
||||||
'const Meta = imports.gi.Meta; ' +
|
'const Meta = imports.gi.Meta; ' +
|
||||||
'const Shell = imports.gi.Shell; ' +
|
'const Shell = imports.gi.Shell; ' +
|
||||||
'const Tp = imports.gi.TelepathyGLib; ' +
|
|
||||||
'const Main = imports.ui.main; ' +
|
'const Main = imports.ui.main; ' +
|
||||||
'const Lang = imports.lang; ' +
|
'const Lang = imports.lang; ' +
|
||||||
'const Tweener = imports.ui.tweener; ' +
|
'const Tweener = imports.ui.tweener; ' +
|
||||||
|
Loading…
Reference in New Issue
Block a user