X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1696dde5fdcc34c00440f3de8a6d8b8d3bf73f92..b9efe021b554fa3967d1442cf758435c5cd5ae8f:/src/msw/mdi.cpp diff --git a/src/msw/mdi.cpp b/src/msw/mdi.cpp index d3ed9137f9..e55c7f6b18 100644 --- a/src/msw/mdi.cpp +++ b/src/msw/mdi.cpp @@ -76,7 +76,6 @@ static HWND invalidHandle = 0; // constants // --------------------------------------------------------------------------- -static const int IDM_WINDOWTILE = 4001; static const int IDM_WINDOWTILEHOR = 4001; static const int IDM_WINDOWCASCADE = 4002; static const int IDM_WINDOWICONS = 4003; @@ -88,10 +87,6 @@ static const int IDM_WINDOWPREV = 4006; static const int wxFIRST_MDI_CHILD = 4100; static const int wxLAST_MDI_CHILD = 4600; -// Status border dimensions -static const int wxTHICK_LINE_BORDER = 3; -static const int wxTHICK_LINE_WIDTH = 1; - // --------------------------------------------------------------------------- // private functions // ---------------------------------------------------------------------------