]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dc.h
Commented out constructor causing ambiguity
[wxWidgets.git] / include / wx / motif / dc.h
index 485b64b47e9eb4338bd9291aa5b5334ad30a6e87..6c311940aaf12a18a885bde9602171fc297d23ee 100644 (file)
@@ -137,7 +137,7 @@ class WXDLLEXPORT wxDC: public wxObject
     }
 
     virtual void DrawSpline( long x1, long y1, long x2, long y2, long x3, long y3 );
-    virtual void DrawSpline( wxList *points );
+    virtual void DrawSpline( wxList *points ) = 0;
     virtual void DrawSpline( int n, wxPoint points[] );
     
     virtual bool CanDrawBitmap(void) const = 0;
@@ -334,8 +334,6 @@ class WXDLLEXPORT wxDC: public wxObject
            return (long)((double)(y) * m_scaleY - 0.5);
        }
   
-    virtual void DrawOpenSpline( wxList *points ) = 0;
-       
   public:
     
     bool         m_ok;