Francois Gouget : wintab32/tests: Remove an unused variable.

Alexandre Julliard julliard at winehq.org
Thu Mar 31 12:43:49 CDT 2011


Module: wine
Branch: master
Commit: 46ad9cd7f14df1115bc617519af37504612d57df
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=46ad9cd7f14df1115bc617519af37504612d57df

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Mar 31 12:47:48 2011 +0200

wintab32/tests: Remove an unused variable.

---

 dlls/wintab32/tests/context.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/wintab32/tests/context.c b/dlls/wintab32/tests/context.c
index c9f13fa..6b37129 100644
--- a/dlls/wintab32/tests/context.c
+++ b/dlls/wintab32/tests/context.c
@@ -25,7 +25,6 @@
 #include "wine/test.h"
 
 static const CHAR wintab32Dll[] = "Wintab32.dll";
-static const CHAR defaultWindowName[] = "Wintab Test";
 static const CHAR wintabTestWindowClassName[] = "WintabTestWnd";
 static const CHAR contextName[] = "TestContext";
 static const UINT X = 0;




More information about the wine-cvs mailing list