Remove MS-DOS source files.

Last work on the MS-DOS files was 10 years ago and it's not a viable platform in 2015 any more.
This commit is contained in:
Tobias Taschner
2015-08-26 17:41:26 +02:00
committed by Tobias Taschner
parent e77c48331b
commit 26a0a24f38
19 changed files with 33 additions and 1211 deletions

View File

@@ -267,8 +267,6 @@ public:
#include "wx/msw/apptrait.h"
#elif defined(__UNIX__)
#include "wx/unix/apptrait.h"
#elif defined(__DOS__)
#include "wx/msdos/apptrait.h"
#else
#if wxUSE_GUI
class wxGUIAppTraits : public wxGUIAppTraitsBase