]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/pen.cpp
fix compilation without wxUSE_STREAMS (closes #10900)
[wxWidgets.git] / src / msw / pen.cpp
index 034a3476e44fb6186522ec9362b17e6c21fd68c4..5daea9b6cdeb9e14adc5162a365a7848de60ff40 100644 (file)
@@ -373,11 +373,9 @@ bool wxPenRefData::Alloc()
 
            default:
                lb.lbStyle = BS_SOLID;
-#ifdef __WXDEBUG__
                // this should be unnecessary (it's unused) but suppresses the
                // Purify messages about uninitialized memory read
                lb.lbHatch = 0;
-#endif
                break;
        }