]> git.lyx.org Git - features.git/blobdiff - src/lyxdraw.C
some small updates to Painter, and make the new painter the default.
[features.git] / src / lyxdraw.C
index 44347c107dd5e704c1326bf9fd01842ba3f6c1f7..24b688aaa90696d7cfa610a090c95e75ce2cdd90 100644 (file)
@@ -1,8 +1,6 @@
 
 #include <config.h>
 
-#ifndef USE_PAINTER
-
 #include "lyxdraw.h"
 #include "debug.h"
 
@@ -556,5 +554,3 @@ GC getGC(gc_type typ)
        }
        return gc;
 }
-
-#endif