diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-20 09:38:18 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-20 09:38:18 +0000 |
commit | b231e1cc3270b8e1cd7236ec3a3bf0775a7401a6 (patch) | |
tree | 57dd176e4ff56ba70f45192812cbb857535533d5 /libvo | |
parent | 27edd5ed7f2f51fc84d818788c0e67caa449df9a (diff) |
Remove redundant declarations (already in video_out.h)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25812 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/w32_common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libvo/w32_common.h b/libvo/w32_common.h index 1dcb3e8b88..cd6b2c7b1c 100644 --- a/libvo/w32_common.h +++ b/libvo/w32_common.h @@ -1,16 +1,11 @@ #ifndef W32COMMON_H #define W32COMMON_H -extern int vo_depthonscreen; -extern int vo_screenwidth; -extern int vo_screenheight; extern uint32_t o_dwidth; extern uint32_t o_dheight; extern HWND vo_w32_window; extern HDC vo_hdc; -extern int vo_fs; extern int vo_vm; -extern int vo_ontop; extern int vo_w32_init(void); extern void vo_w32_uninit(void); |