X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16c1f7f345e1850f590cfbf67c3b00fbb6d2e62e..8704bf74fba8523e2e174bd5a8195b5202009cd0:/src/motif/dc.cpp?ds=inline diff --git a/src/motif/dc.cpp b/src/motif/dc.cpp index 0f8cf20522..ba10348f3d 100644 --- a/src/motif/dc.cpp +++ b/src/motif/dc.cpp @@ -147,11 +147,6 @@ void wxDC::DrawSpline( long x1, long y1, long x2, long y2, long x3, long y3 ) }; }; -void wxDC::DrawSpline( wxList *points ) -{ - DrawOpenSpline( points ); -}; - void wxDC::DrawSpline( int n, wxPoint points[] ) { wxList list;