changeset 25950:80c8977f4d8a

Remove an extern for a variable that no longer exists
author reimar
date Mon, 11 Feb 2008 15:23:21 +0000
parents 64863a1618e5
children 9b51f2ba368b
files libvo/w32_common.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/w32_common.h	Mon Feb 11 15:21:25 2008 +0000
+++ b/libvo/w32_common.h	Mon Feb 11 15:23:21 2008 +0000
@@ -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);