]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiWorkArea.h
- LyX is dead slow, so the least we can do is use anti-alised text
[lyx.git] / src / frontends / qt4 / GuiWorkArea.h
index 84aa093224b3b68b43f08a7cbb904dcc98ea0d4a..c8aaac8b8e94d2be3331a3277b11b3ae404b18cd 100644 (file)
@@ -119,12 +119,6 @@ public:
        /// update the passed area.
        void update(int x, int y, int w, int h);
 
-       /// return a screen copy of the defined area.
-       QPixmap copyScreen(int x, int y, int w, int h) const;
-
-       /// Draw a pixmap onto the backing pixmap.
-       void drawScreen(int x, int y, const QPixmap & pixmap);
-
        /// copies specified area of pixmap to screen
        virtual void expose(int x, int y, int exp_width, int exp_height);