From a4d09b426458af3e127d83685ed1cd7c88167725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 1 Oct 2018 16:24:22 +0200 Subject: [PATCH] workspace: Remove dead code https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/214 --- js/ui/workspace.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ui/workspace.js b/js/ui/workspace.js index 5aa9ba66c..ddf343e77 100644 --- a/js/ui/workspace.js +++ b/js/ui/workspace.js @@ -466,7 +466,6 @@ var WindowOverlay = new Lang.Class({ windowClone.actor.label_actor = title; this._updateCaptionId = metaWindow.connect('notify::title', w => { - this.title.text = w.title; this.title.text = this._getCaption(); this.relayout(false); });