]> git.lyx.org Git - features.git/blobdiff - src/lyxscreen.h
read changelog
[features.git] / src / lyxscreen.h
index 5899b4f8a1a036f0d16016a538bed1394e6c2958..f093a815efe8701bb20e603c013b3470813b4a0e 100644 (file)
@@ -31,8 +31,6 @@ typedef unsigned short Dimension;
 
 class BufferView;
 
-#define NEW_WA 1
-
 /** The class LyXScreen is used for the main Textbody.
     Concretely, the screen is held in a pixmap.  This pixmap is kept up to
     date and used to optimize drawing on the screen.
@@ -42,9 +40,7 @@ class LyXScreen {
 public:
        ///
        LyXScreen(BufferView *, Window window,
-#ifdef NEW_WA
                  Pixmap p,
-#endif
                  Dimension width, 
                  Dimension height,
                  Dimension offset_x,