From e9e4acc5197ac49259b9a39468c5931b4459d87f Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sat, 4 Jan 2003 09:22:53 +0000 Subject: [PATCH] Remove #ifdef __WXSTUBS__ from headers. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/accel.h | 2 -- include/wx/app.h | 2 -- include/wx/bitmap.h | 2 -- include/wx/bmpbuttn.h | 2 -- include/wx/brush.h | 2 -- include/wx/button.h | 2 -- include/wx/checkbox.h | 2 -- include/wx/checklst.h | 2 -- include/wx/choice.h | 2 -- include/wx/clipbrd.h | 2 -- include/wx/colour.h | 2 -- include/wx/combobox.h | 2 -- include/wx/control.h | 2 -- include/wx/cursor.h | 2 -- include/wx/dataobj.h | 2 -- include/wx/dc.h | 2 -- include/wx/dcclient.h | 2 -- include/wx/dcmemory.h | 2 -- include/wx/dcscreen.h | 2 -- include/wx/dde.h | 2 -- include/wx/dialog.h | 2 -- include/wx/dnd.h | 2 -- include/wx/dragimag.h | 5 ----- include/wx/filedlg.h | 2 -- include/wx/font.h | 2 -- include/wx/gauge.h | 2 -- include/wx/gdiobj.h | 2 -- include/wx/glcanvas.h | 2 -- include/wx/icon.h | 2 -- include/wx/joystick.h | 2 -- include/wx/listbox.h | 2 -- include/wx/mdi.h | 2 -- include/wx/menu.h | 2 -- include/wx/menuitem.h | 2 -- include/wx/minifram.h | 2 -- include/wx/msgdlg.h | 2 -- include/wx/notebook.h | 2 -- include/wx/palette.h | 2 -- include/wx/pen.h | 2 -- include/wx/printdlg.h | 2 -- include/wx/radiobox.h | 2 -- include/wx/radiobut.h | 2 -- include/wx/region.h | 2 -- include/wx/scrolbar.h | 2 -- include/wx/slider.h | 2 -- include/wx/spinbutt.h | 2 -- include/wx/statbmp.h | 2 -- include/wx/statbox.h | 2 -- include/wx/stattext.h | 2 -- include/wx/tabctrl.h | 2 -- include/wx/taskbar.h | 2 -- include/wx/textctrl.h | 2 -- include/wx/tglbtn.h | 2 -- include/wx/timer.h | 2 -- include/wx/toolbar.h | 2 -- include/wx/tooltip.h | 2 -- include/wx/treectrl.h | 2 -- 57 files changed, 117 deletions(-) diff --git a/include/wx/accel.h b/include/wx/accel.h index 02bac45939..6c3b950e1e 100644 --- a/include/wx/accel.h +++ b/include/wx/accel.h @@ -124,8 +124,6 @@ private: #include "wx/mac/accel.h" #elif defined(__WXPM__) #include "wx/os2/accel.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/accel.h" #endif WXDLLEXPORT_DATA(extern wxAcceleratorTable) wxNullAcceleratorTable; diff --git a/include/wx/app.h b/include/wx/app.h index 04ad7f198a..f9474bed5b 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -425,8 +425,6 @@ protected: #include "wx/mac/app.h" #elif defined(__WXPM__) #include "wx/os2/app.h" - #elif defined(__WXSTUBS__) - #include "wx/stubs/app.h" #endif #else // !GUI // can't use typedef because wxApp forward declared as a class diff --git a/include/wx/bitmap.h b/include/wx/bitmap.h index cd701f737a..676ce97b80 100644 --- a/include/wx/bitmap.h +++ b/include/wx/bitmap.h @@ -168,8 +168,6 @@ protected: #include "wx/mac/bitmap.h" #elif defined(__WXPM__) #include "wx/os2/bitmap.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/bitmap.h" #endif #endif diff --git a/include/wx/bmpbuttn.h b/include/wx/bmpbuttn.h index ee7a64bf0b..91ff9dcec0 100644 --- a/include/wx/bmpbuttn.h +++ b/include/wx/bmpbuttn.h @@ -90,8 +90,6 @@ private: #include "wx/mac/bmpbuttn.h" #elif defined(__WXPM__) #include "wx/os2/bmpbuttn.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/bmpbuttn.h" #endif #endif // wxUSE_BMPBUTTON diff --git a/include/wx/brush.h b/include/wx/brush.h index 9b8bdfe4c4..d31fb46627 100644 --- a/include/wx/brush.h +++ b/include/wx/brush.h @@ -15,8 +15,6 @@ #include "wx/mac/brush.h" #elif defined(__WXPM__) #include "wx/os2/brush.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/brush.h" #endif #endif diff --git a/include/wx/button.h b/include/wx/button.h index 1fc1859a30..3eee1463c2 100644 --- a/include/wx/button.h +++ b/include/wx/button.h @@ -72,8 +72,6 @@ public: #include "wx/mac/button.h" #elif defined(__WXPM__) #include "wx/os2/button.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/button.h" #endif #endif // wxUSE_BUTTON diff --git a/include/wx/checkbox.h b/include/wx/checkbox.h index 5b43a6af37..510619aa00 100644 --- a/include/wx/checkbox.h +++ b/include/wx/checkbox.h @@ -44,8 +44,6 @@ public: #include "wx/mac/checkbox.h" #elif defined(__WXPM__) #include "wx/os2/checkbox.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/checkbox.h" #endif #endif // wxUSE_CHECKBOX diff --git a/include/wx/checklst.h b/include/wx/checklst.h index 9231f6b178..9d12caaa5a 100644 --- a/include/wx/checklst.h +++ b/include/wx/checklst.h @@ -40,8 +40,6 @@ public: #include "wx/mac/checklst.h" #elif defined(__WXPM__) #include "wx/os2/checklst.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/checklst.h" #endif #endif // wxUSE_CHECKLISTBOX diff --git a/include/wx/choice.h b/include/wx/choice.h index a5fdf70f11..6b252d92a6 100644 --- a/include/wx/choice.h +++ b/include/wx/choice.h @@ -72,8 +72,6 @@ public: #include "wx/mac/choice.h" #elif defined(__WXPM__) #include "wx/os2/choice.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/choice.h" #endif #endif // wxUSE_CHOICE diff --git a/include/wx/clipbrd.h b/include/wx/clipbrd.h index 2e22ea752a..4e9f4a7ba9 100644 --- a/include/wx/clipbrd.h +++ b/include/wx/clipbrd.h @@ -96,8 +96,6 @@ public: #include "wx/mac/clipbrd.h" #elif defined(__WXPM__) #include "wx/os2/clipbrd.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/clipbrd.h" #endif // ---------------------------------------------------------------------------- diff --git a/include/wx/colour.h b/include/wx/colour.h index 4dc427d4e0..e600e671ad 100644 --- a/include/wx/colour.h +++ b/include/wx/colour.h @@ -15,8 +15,6 @@ #include "wx/mac/colour.h" #elif defined(__WXPM__) #include "wx/os2/colour.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/colour.h" #endif #define wxColor wxColour diff --git a/include/wx/combobox.h b/include/wx/combobox.h index 237f471e8f..39ffa1b5b0 100644 --- a/include/wx/combobox.h +++ b/include/wx/combobox.h @@ -63,8 +63,6 @@ public: #include "wx/mac/combobox.h" #elif defined(__WXPM__) #include "wx/os2/combobox.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/combobox.h" #endif #endif // wxUSE_COMBOBOX diff --git a/include/wx/control.h b/include/wx/control.h index afbabb3ad7..f13b61e99d 100644 --- a/include/wx/control.h +++ b/include/wx/control.h @@ -84,8 +84,6 @@ protected: #include "wx/mac/control.h" #elif defined(__WXPM__) #include "wx/os2/control.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/control.h" #endif #endif // wxUSE_CONTROLS diff --git a/include/wx/cursor.h b/include/wx/cursor.h index fbb4ab7b2e..14e5e25dea 100644 --- a/include/wx/cursor.h +++ b/include/wx/cursor.h @@ -15,8 +15,6 @@ #include "wx/mac/cursor.h" #elif defined(__WXPM__) #include "wx/os2/cursor.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/cursor.h" #endif #include "wx/utils.h" diff --git a/include/wx/dataobj.h b/include/wx/dataobj.h index c35bbc0e0c..24f599fe56 100644 --- a/include/wx/dataobj.h +++ b/include/wx/dataobj.h @@ -169,8 +169,6 @@ public: #include "wx/mac/dataobj.h" #elif defined(__WXPM__) #include "wx/os2/dataobj.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/dnd.h" #endif // ---------------------------------------------------------------------------- diff --git a/include/wx/dc.h b/include/wx/dc.h index 11e282d8af..9212802c6d 100644 --- a/include/wx/dc.h +++ b/include/wx/dc.h @@ -770,8 +770,6 @@ private: #include "wx/mac/dc.h" #elif defined(__WXPM__) #include "wx/os2/dc.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/dc.h" #endif // ---------------------------------------------------------------------------- diff --git a/include/wx/dcclient.h b/include/wx/dcclient.h index 1a8f9c6301..c66cc1602e 100644 --- a/include/wx/dcclient.h +++ b/include/wx/dcclient.h @@ -15,8 +15,6 @@ #include "wx/mac/dcclient.h" #elif defined(__WXPM__) #include "wx/os2/dcclient.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/dcclient.h" #endif #endif diff --git a/include/wx/dcmemory.h b/include/wx/dcmemory.h index 50a21b73c1..928681010c 100644 --- a/include/wx/dcmemory.h +++ b/include/wx/dcmemory.h @@ -15,8 +15,6 @@ #include "wx/mac/dcmemory.h" #elif defined(__WXPM__) #include "wx/os2/dcmemory.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/dcmemory.h" #endif #endif diff --git a/include/wx/dcscreen.h b/include/wx/dcscreen.h index e4ba503442..430e2ef6f5 100644 --- a/include/wx/dcscreen.h +++ b/include/wx/dcscreen.h @@ -15,8 +15,6 @@ #include "wx/mac/dcscreen.h" #elif defined(__WXPM__) #include "wx/os2/dcscreen.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/dcscreen.h" #endif #endif diff --git a/include/wx/dde.h b/include/wx/dde.h index e0da0c961f..03a7665b1c 100644 --- a/include/wx/dde.h +++ b/include/wx/dde.h @@ -11,8 +11,6 @@ #include "wx/mac/dde.h" #elif defined(__WXPM__) #include "wx/os2/dde.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/dde.h" #endif #endif diff --git a/include/wx/dialog.h b/include/wx/dialog.h index c883f1cc21..e20dc24322 100644 --- a/include/wx/dialog.h +++ b/include/wx/dialog.h @@ -75,8 +75,6 @@ protected: #include "wx/mac/dialog.h" #elif defined(__WXPM__) #include "wx/os2/dialog.h" - #elif defined(__WXSTUBS__) - #include "wx/stubs/dialog.h" #endif #endif diff --git a/include/wx/dnd.h b/include/wx/dnd.h index d908020f3c..b58b98687a 100644 --- a/include/wx/dnd.h +++ b/include/wx/dnd.h @@ -215,8 +215,6 @@ protected: #include "wx/mac/dnd.h" #elif defined(__WXPM__) #include "wx/os2/dnd.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/dnd.h" #endif // ---------------------------------------------------------------------------- diff --git a/include/wx/dragimag.h b/include/wx/dragimag.h index 39d4a81058..91fd90c11f 100644 --- a/include/wx/dragimag.h +++ b/include/wx/dragimag.h @@ -41,11 +41,6 @@ class WXDLLEXPORT wxDC; #define wxDragImage wxGenericDragImage #define sm_classwxDragImage sm_classwxGenericDragImage -#elif defined(__WXSTUBS__) -#include "wx/generic/dragimgg.h" -#define wxDragImage wxGenericDragImage -#define sm_classwxDragImage sm_classwxGenericDragImage - #endif #endif // wxUSE_DRAGIMAGE diff --git a/include/wx/filedlg.h b/include/wx/filedlg.h index 63e8842d50..4020d22344 100644 --- a/include/wx/filedlg.h +++ b/include/wx/filedlg.h @@ -30,8 +30,6 @@ enum #include "wx/mac/filedlg.h" #elif defined(__WXPM__) #include "wx/os2/filedlg.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/filedlg.h" #endif #endif // wxUSE_FILEDLG diff --git a/include/wx/font.h b/include/wx/font.h index 0e6098ea3b..80928bd5dc 100644 --- a/include/wx/font.h +++ b/include/wx/font.h @@ -219,8 +219,6 @@ private: #include "wx/mac/font.h" #elif defined(__WXPM__) #include "wx/os2/font.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/font.h" #endif // ---------------------------------------------------------------------------- diff --git a/include/wx/gauge.h b/include/wx/gauge.h index 3e69e5bd40..e2254e1192 100644 --- a/include/wx/gauge.h +++ b/include/wx/gauge.h @@ -89,8 +89,6 @@ protected: #include "wx/mac/gauge.h" #elif defined(__WXPM__) #include "wx/os2/gauge.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/gauge.h" #endif #endif // wxUSE_GAUGE diff --git a/include/wx/gdiobj.h b/include/wx/gdiobj.h index 46f310dc88..61944f1564 100644 --- a/include/wx/gdiobj.h +++ b/include/wx/gdiobj.h @@ -15,8 +15,6 @@ #include "wx/mac/gdiobj.h" #elif defined(__WXPM__) #include "wx/os2/gdiobj.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/gdiobj.h" #endif #endif diff --git a/include/wx/glcanvas.h b/include/wx/glcanvas.h index 3c4a52646e..2ed1a201c9 100644 --- a/include/wx/glcanvas.h +++ b/include/wx/glcanvas.h @@ -19,8 +19,6 @@ #include "wx/mac/glcanvas.h" #elif defined(__WXPM__) #include "wx/os2/glcanvas.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/glcanvas.h" #endif #include "wx/app.h" diff --git a/include/wx/icon.h b/include/wx/icon.h index bd8703d178..91aca9710b 100644 --- a/include/wx/icon.h +++ b/include/wx/icon.h @@ -21,8 +21,6 @@ #include "wx/mac/icon.h" #elif defined(__WXPM__) #include "wx/os2/icon.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/icon.h" #endif #endif diff --git a/include/wx/joystick.h b/include/wx/joystick.h index 86134d92a3..3dd8906c32 100644 --- a/include/wx/joystick.h +++ b/include/wx/joystick.h @@ -15,8 +15,6 @@ #include "wx/mac/joystick.h" #elif defined(__WXPM__) #include "wx/os2/joystick.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/joystick.h" #endif #endif // wxUSE_JOYSTICK diff --git a/include/wx/listbox.h b/include/wx/listbox.h index 3624531b20..d06528cd45 100644 --- a/include/wx/listbox.h +++ b/include/wx/listbox.h @@ -135,8 +135,6 @@ protected: #include "wx/mac/listbox.h" #elif defined(__WXPM__) #include "wx/os2/listbox.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/listbox.h" #endif #endif // wxUSE_LISTBOX diff --git a/include/wx/mdi.h b/include/wx/mdi.h index 08fe144b7c..37deee64da 100644 --- a/include/wx/mdi.h +++ b/include/wx/mdi.h @@ -13,8 +13,6 @@ #include "wx/mac/mdi.h" #elif defined(__WXPM__) #include "wx/generic/mdig.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/mdi.h" #endif #endif diff --git a/include/wx/menu.h b/include/wx/menu.h index 9fe5a2aa5c..f8f172cc71 100644 --- a/include/wx/menu.h +++ b/include/wx/menu.h @@ -541,8 +541,6 @@ protected: #include "wx/mac/menu.h" #elif defined(__WXPM__) #include "wx/os2/menu.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/menu.h" #endif #endif // wxUSE_BASE_CLASSES_ONLY/!wxUSE_BASE_CLASSES_ONLY diff --git a/include/wx/menuitem.h b/include/wx/menuitem.h index b8d23c5edd..2c4bf45bb5 100644 --- a/include/wx/menuitem.h +++ b/include/wx/menuitem.h @@ -163,8 +163,6 @@ private: #include "wx/mac/menuitem.h" #elif defined(__WXPM__) #include "wx/os2/menuitem.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/menuitem.h" #endif #endif // wxUSE_BASE_CLASSES_ONLY/!wxUSE_BASE_CLASSES_ONLY diff --git a/include/wx/minifram.h b/include/wx/minifram.h index 3d3f853f87..6e1682ad45 100644 --- a/include/wx/minifram.h +++ b/include/wx/minifram.h @@ -13,8 +13,6 @@ #include "wx/mac/minifram.h" #elif defined(__WXPM__) #include "wx/os2/minifram.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/minifram.h" #endif #endif diff --git a/include/wx/msgdlg.h b/include/wx/msgdlg.h index 58ce76e40a..c24fb85873 100644 --- a/include/wx/msgdlg.h +++ b/include/wx/msgdlg.h @@ -15,8 +15,6 @@ #include "wx/mac/msgdlg.h" #elif defined(__WXPM__) #include "wx/os2/msgdlg.h" -#elif defined(__WXSTUBS__) -#include "wx/generic/msgdlgg.h" #endif // ---------------------------------------------------------------------------- diff --git a/include/wx/notebook.h b/include/wx/notebook.h index 0afe7a1f8b..35b0cc2efb 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -278,8 +278,6 @@ typedef void (wxEvtHandler::*wxNotebookEventFunction)(wxNotebookEvent&); #include "wx/mac/notebook.h" #elif defined(__WXPM__) #include "wx/os2/notebook.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/notebook.h" #endif #endif // wxUSE_NOTEBOOK diff --git a/include/wx/palette.h b/include/wx/palette.h index 39f86eb11d..4b35ed99c3 100644 --- a/include/wx/palette.h +++ b/include/wx/palette.h @@ -20,8 +20,6 @@ #include "wx/mac/palette.h" #elif defined(__WXPM__) #include "wx/os2/palette.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/palette.h" #endif #endif // wxUSE_PALETTE diff --git a/include/wx/pen.h b/include/wx/pen.h index 499dc5d9ce..4b0b27d357 100644 --- a/include/wx/pen.h +++ b/include/wx/pen.h @@ -15,8 +15,6 @@ #include "wx/mac/pen.h" #elif defined(__WXPM__) #include "wx/os2/pen.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/pen.h" #endif #endif diff --git a/include/wx/printdlg.h b/include/wx/printdlg.h index 1e72c149f7..63c9625946 100644 --- a/include/wx/printdlg.h +++ b/include/wx/printdlg.h @@ -17,8 +17,6 @@ #include "wx/mac/printdlg.h" #elif defined(__WXPM__) #include "wx/generic/prntdlgg.h" -#elif defined(__WXSTUBS__) -#include "wx/generic/prntdlgg.h" #endif #if defined(__WXUNIVERSAL__) || (!defined(__WXMSW__) && !defined(__WXMAC__)) diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index 81ac1737bf..b264471605 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -106,8 +106,6 @@ public: #include "wx/mac/radiobox.h" #elif defined(__WXPM__) #include "wx/os2/radiobox.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/radiobox.h" #endif #endif // wxUSE_RADIOBOX diff --git a/include/wx/radiobut.h b/include/wx/radiobut.h index 2181ce68c4..2b87498ce7 100644 --- a/include/wx/radiobut.h +++ b/include/wx/radiobut.h @@ -45,8 +45,6 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxRadioButtonNameStr; #include "wx/mac/radiobut.h" #elif defined(__WXPM__) #include "wx/os2/radiobut.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/radiobut.h" #endif #endif // wxUSE_RADIOBTN diff --git a/include/wx/region.h b/include/wx/region.h index 3815353f1e..9af617867e 100644 --- a/include/wx/region.h +++ b/include/wx/region.h @@ -15,8 +15,6 @@ #include "wx/mac/region.h" #elif defined(__WXPM__) #include "wx/os2/region.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/region.h" #endif #endif diff --git a/include/wx/scrolbar.h b/include/wx/scrolbar.h index a4b86f0103..72e37cfcca 100644 --- a/include/wx/scrolbar.h +++ b/include/wx/scrolbar.h @@ -50,8 +50,6 @@ public: #include "wx/mac/scrolbar.h" #elif defined(__WXPM__) #include "wx/os2/scrolbar.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/scrolbar.h" #endif #endif // wxUSE_SCROLLBAR diff --git a/include/wx/slider.h b/include/wx/slider.h index cc0a5b61a5..983d959ab6 100644 --- a/include/wx/slider.h +++ b/include/wx/slider.h @@ -102,8 +102,6 @@ public: #include "wx/mac/slider.h" #elif defined(__WXPM__) #include "wx/os2/slider.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/slider.h" #endif #endif // wxUSE_SLIDER diff --git a/include/wx/spinbutt.h b/include/wx/spinbutt.h index 52928d24d4..bb25a5c61c 100644 --- a/include/wx/spinbutt.h +++ b/include/wx/spinbutt.h @@ -86,8 +86,6 @@ protected: #include "wx/mac/spinbutt.h" #elif defined(__WXPM__) #include "wx/os2/spinbutt.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/spinbutt.h" #endif // ---------------------------------------------------------------------------- diff --git a/include/wx/statbmp.h b/include/wx/statbmp.h index d007045208..3b5cc28906 100644 --- a/include/wx/statbmp.h +++ b/include/wx/statbmp.h @@ -56,8 +56,6 @@ protected: #include "wx/mac/statbmp.h" #elif defined(__WXPM__) #include "wx/os2/statbmp.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/statbmp.h" #endif #endif // wxUSE_STATBMP diff --git a/include/wx/statbox.h b/include/wx/statbox.h index 188abffa67..61b9d166ce 100644 --- a/include/wx/statbox.h +++ b/include/wx/statbox.h @@ -30,8 +30,6 @@ public: #include "wx/mac/statbox.h" #elif defined(__WXPM__) #include "wx/os2/statbox.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/statbox.h" #endif #endif // wxUSE_STATBOX diff --git a/include/wx/stattext.h b/include/wx/stattext.h index 0eb58a3397..827427c80a 100644 --- a/include/wx/stattext.h +++ b/include/wx/stattext.h @@ -26,8 +26,6 @@ public: #include "wx/mac/stattext.h" #elif defined(__WXPM__) #include "wx/os2/stattext.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/stattext.h" #endif #endif // wxUSE_STATTEXT diff --git a/include/wx/tabctrl.h b/include/wx/tabctrl.h index 202a41408f..e227529f22 100644 --- a/include/wx/tabctrl.h +++ b/include/wx/tabctrl.h @@ -15,8 +15,6 @@ END_DECLARE_EVENT_TYPES() #include "wx/mac/tabctrl.h" #elif defined(__WXPM__) #include "wx/os2/tabctrl.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/tabctrl.h" #endif #endif diff --git a/include/wx/taskbar.h b/include/wx/taskbar.h index 8a212f71f4..a5a73f6c15 100644 --- a/include/wx/taskbar.h +++ b/include/wx/taskbar.h @@ -10,8 +10,6 @@ #include "wx/mac/taskbar.h" #elif defined(__WXPM__) #include "wx/os2/taskbar.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/taskbar.h" #endif #endif diff --git a/include/wx/textctrl.h b/include/wx/textctrl.h index 358e304958..337d8406f6 100644 --- a/include/wx/textctrl.h +++ b/include/wx/textctrl.h @@ -307,8 +307,6 @@ protected: #include "wx/mac/textctrl.h" #elif defined(__WXPM__) #include "wx/os2/textctrl.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/textctrl.h" #endif // ---------------------------------------------------------------------------- diff --git a/include/wx/tglbtn.h b/include/wx/tglbtn.h index e0d53e661e..964fa4a59e 100644 --- a/include/wx/tglbtn.h +++ b/include/wx/tglbtn.h @@ -37,8 +37,6 @@ END_DECLARE_EVENT_TYPES() # include "wx/mac/tglbtn.h" # elif defined(__WXPM__) # include "wx/os2/tglbtn.h" -# elif defined(__WXSTUBS__) -# include "wx/stubs/tglbtn.h" */ #endif diff --git a/include/wx/timer.h b/include/wx/timer.h index 288f51fb1d..d6fcce73d0 100644 --- a/include/wx/timer.h +++ b/include/wx/timer.h @@ -123,8 +123,6 @@ protected: #include "wx/mac/timer.h" #elif defined(__WXPM__) #include "wx/os2/timer.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/timer.h" #endif // ---------------------------------------------------------------------------- diff --git a/include/wx/toolbar.h b/include/wx/toolbar.h index 81ca04152d..5d2754b1fd 100644 --- a/include/wx/toolbar.h +++ b/include/wx/toolbar.h @@ -93,8 +93,6 @@ #include "wx/mac/toolbar.h" #elif defined(__WXPM__) #include "wx/os2/toolbar.h" - #elif defined(__WXSTUBS__) - #include "wx/stubs/toolbar.h" #endif #endif // !wxUSE_TOOLBAR_NATIVE/wxUSE_TOOLBAR_NATIVE #endif // wxUSE_TOOLBAR diff --git a/include/wx/tooltip.h b/include/wx/tooltip.h index 4dc9c82dc0..a378492a9a 100644 --- a/include/wx/tooltip.h +++ b/include/wx/tooltip.h @@ -15,8 +15,6 @@ #include "wx/mac/tooltip.h" #elif defined(__WXPM__) #include "wx/os2/tooltip.h" -#elif defined(__WXSTUBS__) -// #include "wx/stubs/tooltip.h" #endif #endif diff --git a/include/wx/treectrl.h b/include/wx/treectrl.h index 8b5b215034..69fd0f050b 100644 --- a/include/wx/treectrl.h +++ b/include/wx/treectrl.h @@ -23,8 +23,6 @@ #include "wx/generic/treectlg.h" #elif defined(__WXPM__) #include "wx/generic/treectlg.h" -#elif defined(__WXSTUBS__) - #include "wx/generic/treectlg.h" #endif /* -- 2.47.2