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
-1
View File
@@ -35,7 +35,6 @@ public:
virtual ~Screen() {}
virtual void Logic(u32 hDown, u32 hHeld, touchPosition touch) = 0;
virtual void Draw() const = 0;
virtual void callConstructor() = 0;
};
#endif