[vlc-commits] gl: remove stray #undef

Rémi Denis-Courmont git at videolan.org
Thu Jan 31 18:59:58 CET 2019


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jan 31 18:37:05 2019 +0200| [88e5d92b151fde022afbf5d4419d3696d7ae56fc] | committer: Rémi Denis-Courmont

gl: remove stray #undef

vlc_gl_Create() is never #define'd.
Its first parameter is not a generic VLC object.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=88e5d92b151fde022afbf5d4419d3696d7ae56fc
---

 src/video_output/opengl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/video_output/opengl.c b/src/video_output/opengl.c
index c288fd83b4..5057b2b458 100644
--- a/src/video_output/opengl.c
+++ b/src/video_output/opengl.c
@@ -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).
  *



More information about the vlc-commits mailing list