Removing playdead calls, non-implemented entries in main menu, and small UI tweaks

This commit is contained in:
Erwin Ried 2020-05-11 11:07:45 +02:00
parent 36fed73c71
commit 4597c61c57
3 changed files with 32 additions and 32 deletions

View file

@ -249,7 +249,7 @@ private:
Context& context_;
};
class NotImplementedView : public View {
/*class NotImplementedView : public View {
public:
NotImplementedView(NavigationView& nav);
@ -265,7 +265,7 @@ private:
{ 10 * 8, 13 * 16, 10 * 8, 24 },
"Bummer",
};
};
};*/
class ModalMessageView : public View {
public: