summaryrefslogtreecommitdiff
path: root/emulators/twin/patches/patch-windows_GdiDC.h
blob: ee7f10f7549970bf9ab8692fc29a95de7bdd0da6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-windows_GdiDC.h,v 1.1 2011/03/15 11:30:05 obache Exp $

* used as static variables in graphics/GdiDC.c and not refered anywhere else.

--- windows/GdiDC.h.orig	1999-11-16 06:35:55.000000000 +0000
+++ windows/GdiDC.h
@@ -133,9 +133,6 @@ typedef struct tagDCCACHE
     DCINFO *lpDC;
 } DCCACHE;
 
-extern DCCACHE *TWIN_DCCache;
-extern int TWIN_DCCacheSize;
-
 #define	GETHDC32	GETDCINFO
 #define	GETHDC16(h32)	(HDC)((h32)->ObjHead.hObj)