windowManager: Kill a comment

The code described by the comment was moved away in commit eda27d51,
so it is not misleading at best. It wasn't too useful to begin with,
so kill it off rather than moving it to the correct place ...
This commit is contained in:
Florian Müllner 2015-01-19 23:40:07 +01:00
parent fd45d3589b
commit 4bf53cd507

View File

@ -1146,10 +1146,8 @@ const WindowManager = new Lang.Class({
return;
}
if (actor.meta_window.is_attached_dialog()) {
/* Scale the window from the center of the parent */
if (actor.meta_window.is_attached_dialog())
this._checkDimming(actor.get_meta_window().get_transient_for());
}
switch (actor._windowType) {
case Meta.WindowType.NORMAL: