]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/VideoOutput.cpp
Remove E_()
[vlc] / modules / gui / beos / VideoOutput.cpp
index 982ec152659faff0e7f57ef819f4c06b514ee432..e74369a258d458f863bba3c4006683ae6aa3f98e 100644 (file)
@@ -1221,7 +1221,7 @@ static void BeosCloseDisplay( vout_thread_t *p_vout );
  *****************************************************************************
  * This function allocates and initializes a BeOS vout method.
  *****************************************************************************/
-int E_(OpenVideo) ( vlc_object_t *p_this )
+int OpenVideo ( vlc_object_t *p_this )
 {
     vout_thread_t * p_vout = (vout_thread_t *)p_this;
 
@@ -1344,7 +1344,7 @@ static int Manage( vout_thread_t * p_vout )
  *****************************************************************************
  * Terminate an output method created by DummyCreateOutputMethod
  *****************************************************************************/
-void E_(CloseVideo) ( vlc_object_t *p_this )
+void CloseVideo ( vlc_object_t *p_this )
 {
     vout_thread_t * p_vout = (vout_thread_t *)p_this;