From 9c01e4274f6cce431ce253cb91299ac69c0d6875 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 9 Jun 2005 09:47:10 +0000 Subject: [PATCH] Fixed definition/declaration mismatches of newly static vtables. --- dlls/wined3d/wined3d_private.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h index e9ced68ee6f..b5a8cc9e88f 100644 --- a/dlls/wined3d/wined3d_private.h +++ b/dlls/wined3d/wined3d_private.h @@ -435,7 +435,6 @@ typedef struct IWineD3DResourceImpl IWineD3DResourceClass resource; } IWineD3DResourceImpl; -extern const IWineD3DResourceVtbl IWineD3DResource_Vtbl; /***************************************************************************** * IWineD3DVertexBuffer implementation structure (extends IWineD3DResourceImpl) @@ -492,8 +491,6 @@ typedef struct IWineD3DBaseTextureImpl } IWineD3DBaseTextureImpl; -extern const IWineD3DBaseTextureVtbl IWineD3DBaseTexture_Vtbl; - /***************************************************************************** * IWineD3DTexture implementation structure (extends IWineD3DBaseTextureImpl) */