]> git.lyx.org Git - features.git/blobdiff - src/PainterBase.C
some small updates to Painter, and make the new painter the default.
[features.git] / src / PainterBase.C
index efc760c4ed330118d6de342472251afdbe63f888..e5c1c52d258dd4eab6005495078f938026bb45c7 100644 (file)
@@ -9,8 +9,6 @@
 
 #include <config.h>
 
-#ifdef USE_PAINTER
-
 #ifdef __GNUG__
 #pragma implementation
 #endif
@@ -141,5 +139,3 @@ PainterBase & PainterBase::buttonText(int x, int baseline,
        text(x + 4, baseline, str, font);
        return *this;
 }
-
-#endif