[*container] Remove static Container::sharedContainer

This commit is contained in:
Ruben Dashyan
2019-07-17 15:36:43 +02:00
committed by EmilieNumworks
parent 80981ce865
commit a0e6151b26
3 changed files with 1 additions and 11 deletions

View File

@@ -247,7 +247,6 @@ bool AppsContainer::switchTo(App::Snapshot * snapshot) {
}
void AppsContainer::run() {
setSharedContainer(this);
window()->setFrame(KDRect(0, 0, Ion::Display::Width, Ion::Display::Height));
refreshPreferences();