Commit c4508cad authored by Laurent Aimar's avatar Laurent Aimar

Removed unused pf_wndproc (msw).

parent c76818f1
......@@ -455,9 +455,6 @@ static int DirectXCreateWindow( vout_thread_t *p_vout )
}
#endif
/* We create the window ourself, there is no previous window proc. */
p_vout->p_sys->pf_wndproc = NULL;
/* Get the Icon from the main app */
vlc_icon = NULL;
#ifndef UNDER_CE
......
......@@ -93,7 +93,6 @@ struct vout_sys_t
struct vout_window_t *parent_window; /* Parent window VLC object */
HWND hparent; /* Handle of the parent window */
HWND hfswnd; /* Handle of the fullscreen window */
WNDPROC pf_wndproc; /* Window handling callback */
/* Multi-monitor support */
HMONITOR hmonitor; /* handle of the current monitor */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment