shell: Remove gdk_screen property/getter

It's used nowhere.
This commit is contained in:
Carlos Garnacho
2017-12-14 17:22:59 +01:00
parent d1bebba77a
commit 8c3f5b615f
3 changed files with 1 additions and 30 deletions

View File

@@ -215,7 +215,7 @@ var ModalDialog = new Lang.Class({
else
this._savedKeyFocus = null;
Main.popModal(this._group, timestamp);
global.gdk_screen.get_display().sync();
Gdk.Display.get_default().sync();
this._hasModal = false;
if (!this._shellReactive)