X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FLColor.C;h=d047a1cdd9abd93b0b5ed3255f7393f85d90954c;hb=d6f638ea96150d5a0bb559d520dd2af8baad23d7;hp=7dc85d233d85cf2084e5a13ca226f7a20fc4038a;hpb=cfdd73ea94c3cc0058459d67b1c62fabd31fbeb1;p=lyx.git diff --git a/src/LColor.C b/src/LColor.C index 7dc85d233d..d047a1cdd9 100644 --- a/src/LColor.C +++ b/src/LColor.C @@ -10,8 +10,6 @@ #include -#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