Remove an extern for a variable that no longer exists

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25982 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-02-11 15:23:21 +00:00
parent 8c1a56e57a
commit 875d963649
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
#define W32COMMON_H
extern HWND vo_w32_window;
extern HDC vo_hdc;
extern int vo_vm;
extern int vo_w32_init(void);