removed some definitions that got removed from defs.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1998-08-14 03:16:39 +00:00
parent e6886957b4
commit 2370fac3f6
3 changed files with 9 additions and 18 deletions

View File

@@ -162,9 +162,6 @@ enum {
wxALIGN_CENTER,
wxALIGN_CENTRE,
wxALIGN_RIGHT,
wxSB_MASK,
wxNEEDED_SB,
wxALWAYS_SB,
wxLB_NEEDED_SB,
wxLB_ALWAYS_SB,
wxLB_SORT,
@@ -179,8 +176,6 @@ enum {
wxTE_PASSWORD,
wxTE_READONLY,
wxTE_MULTILINE,
wxREADONLY,
wxEDITABLE,
wxCB_SIMPLE,
wxCB_DROPDOWN,
wxCB_SORT,
@@ -698,6 +693,9 @@ enum wxEventType {
/////////////////////////////////////////////////////////////////////////////
//
// $Log$
// Revision 1.2 1998/08/14 03:16:35 RD
// removed some definitions that got removed from defs.h
//
// Revision 1.1 1998/08/09 08:25:49 RD
// Initial version
//