summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-20 09:38:18 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-20 09:38:18 +0000
commitb231e1cc3270b8e1cd7236ec3a3bf0775a7401a6 (patch)
tree57dd176e4ff56ba70f45192812cbb857535533d5 /libvo
parent27edd5ed7f2f51fc84d818788c0e67caa449df9a (diff)
downloadmpv-b231e1cc3270b8e1cd7236ec3a3bf0775a7401a6.tar.bz2
mpv-b231e1cc3270b8e1cd7236ec3a3bf0775a7401a6.tar.xz
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.h5
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);