1
0
Fork 0

Spectre/Window/GLContext: remove static create() method.

This commit is contained in:
Henrik Hautakoski 2023-08-23 19:45:01 +02:00
parent f35658a971
commit ea763a9f38
2 changed files with 0 additions and 18 deletions

View file

@ -13,8 +13,6 @@ class PlatformWindow;
class GLContext
{
public :
static GLContext* create();
virtual ~GLContext();
// Create a GLContext for this perticular window.