mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
LibGL: Remove GL::present_context
No need for a static method if all it does is invoke the object method.
This commit is contained in:
parent
09d211e08a
commit
6c87c98ed0
2 changed files with 0 additions and 6 deletions
|
@ -944,9 +944,4 @@ void make_context_current(GLContext* context)
|
|||
g_gl_context = context;
|
||||
}
|
||||
|
||||
void present_context(GLContext* context)
|
||||
{
|
||||
context->present();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue