=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: wrc: Remove unused variables.

Alexandre Julliard julliard at winehq.org
Wed Feb 5 13:18:52 CST 2014


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

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Tue Feb  4 21:13:58 2014 +0100

wrc: Remove unused variables.

---

 tools/wrc/wrc.h |    2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/wrc/wrc.h b/tools/wrc/wrc.h
index 5892daf..4a0a749 100644
--- a/tools/wrc/wrc.h
+++ b/tools/wrc/wrc.h
@@ -36,9 +36,7 @@ extern int debuglevel;
 #define DEBUGLEVEL_PPTRACE	0x0020
 
 extern int win32;
-extern int create_res;
 extern int extensions;
-extern int create_s;
 extern int pedantic;
 extern int byteorder;
 extern int preprocess_only;




More information about the wine-cvs mailing list