Revert "[apps] Add Shift + Ans shortcut to go to the last application"

This commit is contained in:
Laury
2022-05-02 18:55:46 +02:00
parent 2be1a6e5a9
commit 0e0dc4a9c2
5 changed files with 0 additions and 44 deletions

View File

@@ -12,7 +12,6 @@ public:
AppsContainerStorage();
int numberOfApps() override;
App::Snapshot * appSnapshotAtIndex(int index) override;
int appIndexFromSnapshot(App::Snapshot * snapshot) override;
void * currentAppBuffer() override { return &m_apps; };
private:
union Apps {