]> git.lyx.org Git - lyx.git/blobdiff - src/Painter.h
more changes, read the Changelog
[lyx.git] / src / Painter.h
index 9c5ea73700736cfdf70081bf785633e76c3cfa57..8798428e7523af966ebd158312bff4385c030d76 100644 (file)
@@ -36,9 +36,6 @@ public:
        /// Constructor 
        explicit Painter(WorkArea &);
        
-       /// Destructor
-       ~Painter();
-       
        /**@Basic drawing routines */
        /// Draw a line from point to point
        PainterBase & line(int x1, int y1, int x2, int y2,