Remove support for wxMotif
This port hasn't been updated for ages and is not used by anybody any longer, so remove its code to facilitate maintenance. Also remove references to this port from the documentation and most of the other places (VMS-specific descrip.vms files still check for it because it's not clear how to update them all), including configure. Regenerate the latter and rebake all makefiles. Finally document that this port is not available any longer.
This commit is contained in:
parent
041060d0de
commit
0ef1cdcc21
437 changed files with 411 additions and 44740 deletions
|
|
@ -619,8 +619,6 @@ WXDLLIMPEXP_CORE bool wxFromString(const wxString& str, wxFontBase* font);
|
|||
// include the real class declaration
|
||||
#if defined(__WXMSW__)
|
||||
#include "wx/msw/font.h"
|
||||
#elif defined(__WXMOTIF__)
|
||||
#include "wx/motif/font.h"
|
||||
#elif defined(__WXGTK20__)
|
||||
#include "wx/gtk/font.h"
|
||||
#elif defined(__WXGTK__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue