X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdialogs.cpp;h=88cf1c7981a152dc822ddcd465ef457c8d3b186b;hb=f6daf56363aa1ebc1421de9e758f6ef431b685bf;hp=4fbc057b22811dc4cc2d79ea87c89a77733cc250;hpb=f7ee98f7d964ed361068179f0e7ea4475ed1abdf;p=ctsim.git diff --git a/src/dialogs.cpp b/src/dialogs.cpp index 4fbc057..88cf1c7 100644 --- a/src/dialogs.cpp +++ b/src/dialogs.cpp @@ -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