This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[setup PATCH] grvs.choose.cc.patch


2003-07-22  Gary R. Van Sickle  <g.r.vansickle@worldnet.att.net>

 * choose.cc (initialized): Remove obsolete file scope variable.

Index: choose.cc
===================================================================
RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/choose.cc,v
retrieving revision 2.113
diff -u -p -r2.113 choose.cc
--- choose.cc 13 Mar 2003 21:21:14 -0000 2.113
+++ choose.cc 22 Jul 2003 16:04:45 -0000
@@ -63,8 +63,6 @@ using namespace std;
 
 extern ThreeBarProgressPage Progress;
 
-static int initialized = 0;
-
 static HWND lv, choose_inst_text;
 static PickView *chooser = NULL;
 
@@ -629,7 +627,6 @@ ChooserPage::OnNext ()
 long
 ChooserPage::OnBack ()
 {
-  initialized = 0;
   if (source == IDC_SOURCE_CWD)
     return IDD_LOCAL_DIR;
   else


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]