]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/frame.cpp
fixed compilation for wxBase
[wxWidgets.git] / src / motif / frame.cpp
index 14b660afe3491e0795b550137c7ed5e4f7758f6e..cd5b22c68101a9e0425b6bed789742c93e7b7a62 100644 (file)
@@ -304,8 +304,6 @@ bool wxFrame::Create(wxWindow *parent,
             decor |= MWM_DECOR_TITLE;
         if (style & wxTHICK_FRAME)
             decor |= MWM_DECOR_BORDER;
-        if (style & wxTHICK_FRAME)
-            decor |= MWM_DECOR_BORDER;
         if (style & wxMINIMIZE_BOX)
             decor |= MWM_DECOR_MINIMIZE;
         if (style & wxMAXIMIZE_BOX)