Removed wxNB_FLAT style.

This commit is contained in:
Catalin
2016-02-21 12:11:17 +02:00
parent 1a13f8e5b7
commit c69c4e2874
2 changed files with 0 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ enum
#define wxNB_FIXEDWIDTH 0x0100
#define wxNB_MULTILINE 0x0200
#define wxNB_NOPAGETHEME 0x0400
#define wxNB_FLAT 0x0800
typedef wxWindow wxNotebookPage; // so far, any window can be a page