Mercurial > mplayer.hg
changeset 25784:8748c4d5cd0e
Remove redundant declarations (already in video_out.h)
author | reimar |
---|---|
date | Sun, 20 Jan 2008 09:38:18 +0000 |
parents | 8d46379da327 |
children | bda4125e24bf |
files | libvo/w32_common.h |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/w32_common.h Sat Jan 19 23:19:41 2008 +0000 +++ b/libvo/w32_common.h Sun Jan 20 09:38:18 2008 +0000 @@ -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);