summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-11 15:21:25 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-11 15:21:25 +0000
commit8c1a56e57af310e08a2394d25dc757bed3050698 (patch)
tree19ccda803c043bfb95acb58c6a2d37780ce5fc99 /libvo
parent3cf3483e39fff25b480a191566c101e3dfed750e (diff)
downloadmpv-8c1a56e57af310e08a2394d25dc757bed3050698.tar.bz2
mpv-8c1a56e57af310e08a2394d25dc757bed3050698.tar.xz
Remove left-over extern definitions that should not be there
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25981 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/w32_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/w32_common.h b/libvo/w32_common.h
index 49f96999e3..70ef3b171f 100644
--- a/libvo/w32_common.h
+++ b/libvo/w32_common.h
@@ -1,8 +1,6 @@
#ifndef W32COMMON_H
#define W32COMMON_H
-extern uint32_t o_dwidth;
-extern uint32_t o_dheight;
extern HWND vo_w32_window;
extern HDC vo_hdc;
extern int vo_vm;