X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdialogs.cpp;h=1f3be582ed47edb928355ede20a75379ced01722;hp=4fbc057b22811dc4cc2d79ea87c89a77733cc250;hb=8754fd80af455a175b8e490a027ec479f029d820;hpb=bb09705ec0a20bf5b41b4248cf7800b000bc3fcb 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