]> git.saurik.com Git - wxWidgets.git/commitdiff
make things simpler, no default variant
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 27 Mar 2004 06:43:09 +0000 (06:43 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 27 Mar 2004 06:43:09 +0000 (06:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/window.h

index 4768866ad464dabd7e44a20c38fbd211d49ad974..bd26e0c557c6fe58d18a0ecdf44ef605422ad9ff 100644 (file)
@@ -100,7 +100,6 @@ WXDLLEXPORT_DATA(extern wxWindowList) wxTopLevelWindows;
 
 enum wxWindowVariant 
 {
-    wxWINDOW_VARIANT_DEFAULT,       // Default size (usually == normal, may be set by a wxSystemOptions entry)
     wxWINDOW_VARIANT_NORMAL,        // Normal size
     wxWINDOW_VARIANT_SMALL,         // Smaller size (about 25 % smaller than normal )
     wxWINDOW_VARIANT_MINI,          // Mini size (about 33 % smaller than normal )