From 59829f4fd20f4238941123412423caa76e8be1a6 Mon Sep 17 00:00:00 2001 From: Joseph Powers Date: Sat, 5 Nov 2011 06:44:10 -0700 Subject: Why build empty objects. The source files don't generate any code and just declare an inline class; thus, the compiled object is empty and we don't need to link it in. --- basegfx/Library_basegfx.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'basegfx/Library_basegfx.mk') diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk index 8353ff69673b..ff05f11023ad 100644 --- a/basegfx/Library_basegfx.mk +++ b/basegfx/Library_basegfx.mk @@ -121,10 +121,7 @@ $(eval $(call gb_Library_add_exception_objects,basegfx,\ basegfx/source/curve/b2dcubicbezier \ basegfx/source/curve/b2dquadraticbezier \ basegfx/source/color/bcolormodifier \ - basegfx/source/color/bcolor \ basegfx/source/color/bcolortools \ - basegfx/source/raster/bpixelraster \ - basegfx/source/raster/bzpixelraster \ basegfx/source/raster/rasterconvert3d \ )) -- cgit