From 3bec877e3fbe4d2d73759d1d70681e908c3fae7e Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Fri, 25 Oct 2024 15:48:45 +0200 Subject: sokol_gl.h: remove obsolete comment --- util/sokol_gl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'util') diff --git a/util/sokol_gl.h b/util/sokol_gl.h index 4e4a2179..6e57f313 100644 --- a/util/sokol_gl.h +++ b/util/sokol_gl.h @@ -3725,7 +3725,6 @@ static _sgl_matrix_t* _sgl_matrix(_sgl_context_t* ctx) { return &ctx->matrix_stack[ctx->cur_matrix_mode][ctx->matrix_tos[ctx->cur_matrix_mode]]; } -// return sg_context_desc_t with patched defaults static sgl_desc_t _sgl_desc_defaults(const sgl_desc_t* desc) { SOKOL_ASSERT((desc->allocator.alloc_fn && desc->allocator.free_fn) || (!desc->allocator.alloc_fn && !desc->allocator.free_fn)); sgl_desc_t res = *desc; -- cgit v1.2.3