1
0
Fork 0

Platform/PlatformWindow: remove make()

This commit is contained in:
Henrik Hautakoski 2023-08-23 15:08:21 +02:00
parent f5db354aec
commit 2de3bd93f7
2 changed files with 0 additions and 18 deletions

View file

@ -17,9 +17,6 @@ class Window;
class PlatformWindow
{
public :
// Factory method.
static PlatformWindow* make(Window* owner);
virtual ~PlatformWindow();
Window* getOwner();