X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdialogs.cpp;h=1f3be582ed47edb928355ede20a75379ced01722;hb=62d01693bcf0ab7ac6d59c01a0bbd32088f26566;hp=4fbc057b22811dc4cc2d79ea87c89a77733cc250;hpb=f7ee98f7d964ed361068179f0e7ea4475ed1abdf;p=ctsim.git diff --git a/src/dialogs.cpp b/src/dialogs.cpp index 4fbc057..1f3be58 100644 --- a/src/dialogs.cpp +++ b/src/dialogs.cpp @@ -57,6 +57,7 @@ // StringValueAndTitleListBox /////////////////////////////////////////////////////////////////////// +#if 0 StringValueAndTitleListBox::StringValueAndTitleListBox (wxDialog* pParent, int nChoices, wxChar const* const* asTitle, char const* const* aszValue) @@ -71,6 +72,7 @@ StringValueAndTitleListBox::StringValueAndTitleListBox (wxDialog* pParent, int n m_ppszValues = aszValue; delete [] psTitle; }; +#endif const char* StringValueAndTitleListBox::getSelectionStringValue () const