mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:57:44 +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
|
@ -538,6 +538,5 @@ private:
|
|||
|
||||
ErrorOr<NonnullOwnPtr<GLContext>> create_context(Gfx::Bitmap&);
|
||||
void make_context_current(GLContext*);
|
||||
void present_context(GLContext*);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue