diff --git a/js/ui/workspace.js b/js/ui/workspace.js index 859e579bb..fccb5c560 100644 --- a/js/ui/workspace.js +++ b/js/ui/workspace.js @@ -182,10 +182,6 @@ var WindowClone = GObject.registerClass({ this.metaWindow._delegate = this; this._workspace = workspace; - // The MetaShapedTexture that we clone has a size that includes - // the invisible border; this is inconvenient; rather than trying - // to compensate all over the place we insert a ClutterActor into - // the hierarchy that is sized to only the visible portion. super._init({ reactive: true, can_focus: true,