Update copyright date; remove old CVS keyword
[ctsim.git] / src / dialogs.h
index 26d66f8cfb90f9c950743151f0d55dbe8d593442..853a5b37e55b657c687863f0a2e925b50a286f7e 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
@@ -59,8 +57,10 @@ class StringValueAndTitleListBox : public wxListBox
  public:
   StringValueAndTitleListBox (wxDialog* pParent, int nChoices, wxChar const* const* asTitle,
                               char const* const aszValue[]);
+#if 0
   StringValueAndTitleListBox (wxDialog* pParent, int nChoices, wxChar const* title,
                               char const* const* aszTitle, char const* const* aszValue);
+#endif
   StringValueAndTitleListBox (wxDialog* pParent, int nChoices, wxChar const* title,
                               wxChar const* const* asTitle, char const* const* aszValue);