From 0f36a8d7bc65a31db3902e9ee4cc5f9d42d3bbab Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 7 Mar 2005 20:44:06 +0000 Subject: [PATCH] Removed very very obsolete flags from 1.x git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/include/wx/defs.h b/include/wx/defs.h index 5194f06786..f773f1c6c1 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -1369,20 +1369,6 @@ enum wxBorder #define wxFRAME_NO_WINDOW_MENU 0x0100 -/* - * wxExtDialog style flags - */ -#define wxED_CLIENT_MARGIN 0x0004 -#define wxED_BUTTONS_BOTTOM 0x0000 /* has no effect */ -#define wxED_BUTTONS_RIGHT 0x0002 -#define wxED_STATIC_LINE 0x0001 - -#if defined(__WXMSW__) || defined(__WXMAC__) -# define wxEXT_DIALOG_STYLE (wxDEFAULT_DIALOG_STYLE|wxED_CLIENT_MARGIN) -#else -# define wxEXT_DIALOG_STYLE (wxDEFAULT_DIALOG_STYLE|wxED_CLIENT_MARGIN|wxED_STATIC_LINE) -#endif - /* * wxMenuBar style flags */ -- 2.45.2