Skip to content
Snippets Groups Projects
Commit 88e5d92b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

gl: remove stray #undef

vlc_gl_Create() is never #define'd.
Its first parameter is not a generic VLC object.
parent 4c17c241
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ struct vlc_gl_priv_t
vlc_gl_t gl;
vlc_atomic_rc_t rc;
};
#undef vlc_gl_Create
/**
* Creates an OpenGL context (and its underlying surface).
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment