oleaut32: Remove unused items

Andrew Talbot Andrew.Talbot at talbotville.com
Sat Jan 13 14:37:15 CST 2007


Changelog:
    oleaut32: Remove unused items.

diff -urN a/dlls/oleaut32/varformat.c b/dlls/oleaut32/varformat.c
--- a/dlls/oleaut32/varformat.c	2006-11-09 17:45:22.000000000 +0000
+++ b/dlls/oleaut32/varformat.c	2007-01-13 20:06:36.000000000 +0000
@@ -50,7 +50,6 @@
 
 static const WCHAR szPercent_d[] = { '%','d','\0' };
 static const WCHAR szPercentZeroTwo_d[] = { '%','0','2','d','\0' };
-static const WCHAR szPercentZeroFour_d[] = { '%','0','4','d','\0' };
 static const WCHAR szPercentZeroStar_d[] = { '%','0','*','d','\0' };
 
 #if 0
diff -urN a/dlls/oleaut32/vartype.c b/dlls/oleaut32/vartype.c
--- a/dlls/oleaut32/vartype.c	2006-12-22 14:43:36.000000000 +0000
+++ b/dlls/oleaut32/vartype.c	2007-01-13 20:13:23.000000000 +0000
@@ -228,7 +228,6 @@
 SIMPLE(LONG64, SHORT, VarI8FromI2);
 SIMPLE(LONG64, signed char, VarI8FromI1);
 SIMPLE(LONG64, USHORT, VarI8FromUI2);
-SIMPLE(LONG64, LONG, VarI8FromI4);
 SIMPLE(LONG64, ULONG, VarI8FromUI4);
 POSTST(LONG64, ULONG64, VarI8FromUI8, I8_MAX);
 



More information about the wine-patches mailing list