From 696d3bd2b6292c6830bb2ec91a83ad04009cb3d1 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Wed, 22 Sep 2004 23:00:24 +0000 Subject: [PATCH] remove wStringTableOffset svn path=/trunk/; revision=10989 --- reactos/subsys/system/winefile/winefile.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/subsys/system/winefile/winefile.h b/reactos/subsys/system/winefile/winefile.h index a460389ef26..3b29951d88d 100644 --- a/reactos/subsys/system/winefile/winefile.h +++ b/reactos/subsys/system/winefile/winefile.h @@ -145,8 +145,6 @@ typedef struct TCHAR drives[BUFFER_LEN]; BOOL prescan_node; /*TODO*/ -//UINT wStringTableOffset; - #ifdef _SHELL_FOLDERS IShellFolder* iDesktop; IMalloc* iMalloc;