js: Drop tweener.js

We're using clutter's animation framework now, so lets drop the old
tweener support layer.

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1200
This commit is contained in:
Jonas Ådahl
2020-04-15 11:24:10 +02:00
committed by Florian Müllner
parent ff4c5270d3
commit b3b91f1699
6 changed files with 4 additions and 237 deletions

View File

@ -356,9 +356,7 @@ function init() {
// OK, now things are initialized enough that we can import shell JS
const Format = imports.format;
const Tweener = imports.ui.tweener;
Tweener.init();
String.prototype.format = Format.format;
}