]> git.sesse.net Git - vlc/blobdiff - modules/gui/minimal_macosx/voutgl.m
Remove E_()
[vlc] / modules / gui / minimal_macosx / voutgl.m
index f93cb2fbaec8cd55779fcb269282aec13c6222ef..7713f53fa8cbb51505291953fd88c92b240452ba 100644 (file)
@@ -33,7 +33,7 @@
 #include "intf.h"
 #include "voutgl.h"
 
-int E_(OpenVideoGL)  ( vlc_object_t * p_this )
+int OpenVideoGL  ( vlc_object_t * p_this )
 {
     vout_thread_t * p_vout = (vout_thread_t *) p_this;
     vlc_value_t value_drawable;
@@ -84,7 +84,7 @@ int E_(OpenVideoGL)  ( vlc_object_t * p_this )
     return VLC_SUCCESS;
 }
 
-void E_(CloseVideoGL) ( vlc_object_t * p_this )
+void CloseVideoGL ( vlc_object_t * p_this )
 {
     vout_thread_t * p_vout = (vout_thread_t *) p_this;
     /* Clean up */