From a10b9daa97d311ec14801d1bfe37605b3ba8cde9 Mon Sep 17 00:00:00 2001 From: StackZ <47382115+SuperSaiyajinStackZ@users.noreply.github.com> Date: Mon, 30 Dec 2019 07:15:01 +0100 Subject: [PATCH] Remove leftovers from the old TinyDB screen. forgot to remove it, because the part is already in gui.cpp. --- source/screens/unistore.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/screens/unistore.cpp b/source/screens/unistore.cpp index 6c096c5..9849595 100644 --- a/source/screens/unistore.cpp +++ b/source/screens/unistore.cpp @@ -253,8 +253,6 @@ void UniStore::DrawStore(void) const { std::string info; Gui::DrawTop(); if (Config::UseBars == true) { - Gui::sprite(sprites_top_screen_top_idx, 0, 0); - Gui::sprite(sprites_top_screen_bot_idx, 0, 215); Gui::DrawStringCentered(0, 0, 0.7f, TextColor, std::string(appStoreJson["storeInfo"]["title"]), 400); Gui::DrawString(397-Gui::GetStringWidth(0.6f, entryAmount), 239-Gui::GetStringHeight(0.6f, entryAmount), 0.6f, TextColor, entryAmount); } else {