// Name: dc.cpp
// Purpose:
// Author: Robert Roebling
-// Created: 01/02/97
// RCS-ID: $Id$
-// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Copyright: (c) 1998 Robert Roebling, Markus Holzem
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
}
}
-void wxDC::DrawSpline( wxList *points )
-{
- DrawOpenSpline( points );
-}
-
void wxDC::DrawSpline( int n, wxPoint points[] )
{
wxList list;