Platform/PlatformWindow: remove make()
This commit is contained in:
parent
f5db354aec
commit
2de3bd93f7
2 changed files with 0 additions and 18 deletions
|
|
@ -17,9 +17,6 @@ class Window;
|
|||
class PlatformWindow
|
||||
{
|
||||
public :
|
||||
// Factory method.
|
||||
static PlatformWindow* make(Window* owner);
|
||||
|
||||
virtual ~PlatformWindow();
|
||||
|
||||
Window* getOwner();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue