Update copyright date; remove old CVS keyword
[ctsim.git] / src / dialogs.cpp
index 4fbc057b22811dc4cc2d79ea87c89a77733cc250..88cf1c7981a152dc822ddcd465ef457c8d3b186b 100644 (file)
@@ -7,9 +7,7 @@
 **   Date Started:  July 2000
 **
 **  This is part of the CTSim program
-**  Copyright (c) 1983-2001 Kevin Rosenberg
-**
-**  $Id$
+**  Copyright (c) 1983-2009 Kevin Rosenberg
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -57,6 +55,7 @@
 //    StringValueAndTitleListBox
 ///////////////////////////////////////////////////////////////////////
 
+#if 0
 StringValueAndTitleListBox::StringValueAndTitleListBox (wxDialog* pParent, int nChoices, 
                                                         wxChar const* const* asTitle, 
                                                         char const* const* aszValue)
@@ -71,6 +70,7 @@ StringValueAndTitleListBox::StringValueAndTitleListBox (wxDialog* pParent, int n
   m_ppszValues = aszValue;
   delete [] psTitle;
 };
+#endif
 
 const char*
 StringValueAndTitleListBox::getSelectionStringValue () const