Remove Gui::CallConstructor();.

This commit is contained in:
StackZ
2020-05-26 12:17:27 +02:00
parent f2f7c0c868
commit 95b3161f30
3 changed files with 0 additions and 12 deletions
-5
View File
@@ -142,11 +142,6 @@ namespace Gui {
* waitFade: Wheter to wait until the fade ends.
*/
void ScreenLogic(u32 hDown, u32 hHeld, touchPosition touch, bool waitFade = true);
/* Used for the current Screen's Constructor call. (Optional!)
* This is useful if you need to call the screen's constructor.
*/
void CallConstructor();
/* Transfer the Temp Screen to the used one. (Optional!)
* It will check, if the tempScreen variable is not nullptr, so don't worry.