remove some cruft
svn path=/trunk/; revision=73
This commit is contained in:
parent
dbf984a888
commit
f5091e92e4
@ -6,12 +6,12 @@ const Shell = imports.gi.Shell;
|
|||||||
|
|
||||||
const Main = imports.ui.main;
|
const Main = imports.ui.main;
|
||||||
|
|
||||||
function WindowManager(shellwm) {
|
function WindowManager() {
|
||||||
this._init(shellwm);
|
this._init();
|
||||||
}
|
}
|
||||||
|
|
||||||
WindowManager.prototype = {
|
WindowManager.prototype = {
|
||||||
_init : function(shellwm) {
|
_init : function() {
|
||||||
let global = Shell.global_get();
|
let global = Shell.global_get();
|
||||||
let shellwm = global.window_manager;
|
let shellwm = global.window_manager;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user