environment: Stop adding child_set() to layout managers
We no longer use any layout managers that use custom child properties instead of the generic Clutter.Actor properties, so this override is completely unused. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/808
This commit is contained in:
parent
32185c17d0
commit
3913fa5044
@ -51,11 +51,6 @@ function _patchLayoutClass(layoutClass, styleProps) {
|
||||
}
|
||||
});
|
||||
};
|
||||
layoutClass.prototype.child_set = function(actor, props) {
|
||||
let meta = this.get_child_meta(actor.get_parent(), actor);
|
||||
for (let prop in props)
|
||||
meta[prop] = props[prop];
|
||||
};
|
||||
}
|
||||
|
||||
function _makeEaseCallback(params, cleanup) {
|
||||
|
Loading…
Reference in New Issue
Block a user