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:
parent
fd45d3589b
commit
4bf53cd507
@ -1146,10 +1146,8 @@ const WindowManager = new Lang.Class({
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (actor.meta_window.is_attached_dialog()) {
|
if (actor.meta_window.is_attached_dialog())
|
||||||
/* Scale the window from the center of the parent */
|
|
||||||
this._checkDimming(actor.get_meta_window().get_transient_for());
|
this._checkDimming(actor.get_meta_window().get_transient_for());
|
||||||
}
|
|
||||||
|
|
||||||
switch (actor._windowType) {
|
switch (actor._windowType) {
|
||||||
case Meta.WindowType.NORMAL:
|
case Meta.WindowType.NORMAL:
|
||||||
|
Loading…
Reference in New Issue
Block a user