]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/xfspline.inc
Made wxSocket compile using makefiles; #ifdefed out <<, >> operators in stream.cpp
[wxWidgets.git] / src / msw / xfspline.inc
index 3c827f5409e44dd32882dd5d94db40e5db42d549..792cf3e23fe76b069fdabf16fd7772ba72cb1440 100644 (file)
@@ -127,9 +127,6 @@ void wx_draw_open_spline_ps(wxPostScriptDC *dc, wxSpline *s)
 {
        double          a, b, c, d, x1, y1, x2, y2, x3, y3;
         wxPoint *p, *q;
-        if (dc->GetAutoSetting())
-          dc->SetPen(* dc->GetPen());
-
         wxNode *node = s->points->First();
         p = (wxPoint *)node->Data();