]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_graphicview.h
Scrubbed all references to CreatePainter(), CreateDirectPainter() and
[architektonas] / src / base / rs_graphicview.h
index 9ba6a1ea76a09b3bd0b7e45fcc3346acd953418e..dafc78e17e214407ce653422e0d62dea3cdb5de6 100644 (file)
@@ -57,24 +57,25 @@ class RS_GraphicView
                 * Sets an external painter device.
                 */
                virtual void setPainter(PaintInterface * p);
-       //    virtual void setPainter(RS_Painter * p);
+
+// We're removing this crap...
+#if 0
                /** This virtual method must be overwritten and must return
                the painter device for the buffer of this widget */
-               virtual PaintInterface * createPainter() = 0;
-       //    virtual RS_Painter * createPainter() = 0;
+//             virtual PaintInterface * createPainter() = 0;
                /**
                 * This virtual method must be overwritten and must return
                 *  the direct painter device for this widget
                 */
-               virtual PaintInterface * createDirectPainter() = 0;
-       //    virtual RS_Painter * createDirectPainter() = 0;
+//             virtual PaintInterface * createDirectPainter() = 0;
                /**
                 * This virtual method must be overwritten and must destroy
                 * the painter device and point 'painter' to NULL. If the painter
                 * is static during the whole life of the application, it might
                 * just do nothing.
                 */
-               virtual void destroyPainter() = 0;
+//             virtual void destroyPainter() = 0;
+#endif
 
                virtual void setBackground(const RS_Color & bg);
                RS_Color getBackground();