mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 09:55:40 +00:00
app/internal/window: remove redundant return
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -164,7 +164,7 @@ void gio_clearCurrentContext(void) {
|
|||||||
|
|
||||||
void gio_makeCurrentContext(CFTypeRef ctxRef) {
|
void gio_makeCurrentContext(CFTypeRef ctxRef) {
|
||||||
NSOpenGLContext *ctx = (__bridge NSOpenGLContext *)ctxRef;
|
NSOpenGLContext *ctx = (__bridge NSOpenGLContext *)ctxRef;
|
||||||
return [ctx makeCurrentContext];
|
[ctx makeCurrentContext];
|
||||||
}
|
}
|
||||||
|
|
||||||
void gio_lockContext(CFTypeRef ctxRef) {
|
void gio_lockContext(CFTypeRef ctxRef) {
|
||||||
|
|||||||
Reference in New Issue
Block a user