Remove remaining MSDOS support code
The remaining DOS source files where already removed in
26a0a24f38. This removes the remaining __DOS__
and __DJGPP__ (the DOS gcc) code paths.
Closes https://github.com/wxWidgets/wxWidgets/pull/100
This commit is contained in:
committed by
Vadim Zeitlin
parent
854fce33a7
commit
2eccc1a57d
@@ -94,13 +94,10 @@ bool wxGenericDirDialog::Create(wxWindow* parent,
|
||||
// 0) 'New' and 'Home' Buttons
|
||||
wxSizer* buttonsizer = new wxBoxSizer( wxHORIZONTAL );
|
||||
|
||||
// VS: 'Home directory' concept is unknown to MS-DOS
|
||||
#if !defined(__DOS__)
|
||||
wxBitmapButton* homeButton =
|
||||
new wxBitmapButton(this, ID_GO_HOME,
|
||||
wxArtProvider::GetBitmap(wxART_GO_HOME, wxART_BUTTON));
|
||||
buttonsizer->Add( homeButton, 0, wxLEFT|wxRIGHT, 10 );
|
||||
#endif
|
||||
|
||||
// I'm not convinced we need a New button, and we tend to get annoying
|
||||
// accidental-editing with label editing enabled.
|
||||
|
||||
Reference in New Issue
Block a user