]> git.lyx.org Git - lyx.git/blobdiff - src/LColor.C
some small updates to Painter, and make the new painter the default.
[lyx.git] / src / LColor.C
index 7dc85d233d85cf2084e5a13ca226f7a20fc4038a..d047a1cdd9abd93b0b5ed3255f7393f85d90954c 100644 (file)
@@ -10,8 +10,6 @@
 
 #include <config.h>
 
-#ifdef USE_PAINTER
-
 #ifdef __GNUG__
 #pragma implementation
 #endif
@@ -172,5 +170,3 @@ LColor::color LColor::getFromLyXName(string const & lyxname) const
 
 // The evil global LColor instance
 LColor lcolor;
-
-#endif