diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2019-01-13 23:55:55 +0900 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-01-13 20:46:01 +0100 |
commit | 5669026f584d2bfc2d8aba93a4a5c24dc79be541 (patch) | |
tree | dc393e89fa5be5ee0b4d1d7d8a2b46054422ea29 /basegfx/Library_basegfx.mk | |
parent | 7e81bf57baf2f47ecd7ded9d10bc7f96713261cf (diff) |
basegfx: Kill empty .cxx
Change-Id: I5bf94400d787bd57396870878d3ae7bd1e36e22d
Reviewed-on: https://gerrit.libreoffice.org/66263
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basegfx/Library_basegfx.mk')
-rw-r--r-- | basegfx/Library_basegfx.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk index 68a7372c1073..4a89d4995583 100644 --- a/basegfx/Library_basegfx.mk +++ b/basegfx/Library_basegfx.mk @@ -58,7 +58,6 @@ $(eval $(call gb_Library_add_exception_objects,basegfx,\ basegfx/source/polygon/b3dpolygontools \ basegfx/source/polygon/b3dpolypolygon \ basegfx/source/polygon/b3dpolypolygontools \ - basegfx/source/range/b1drange \ basegfx/source/range/b2dpolyrange \ basegfx/source/range/b2drange \ basegfx/source/range/b2drangeclipper \ @@ -76,9 +75,7 @@ $(eval $(call gb_Library_add_exception_objects,basegfx,\ basegfx/source/tools/unopolypolygon \ basegfx/source/tools/zoomtools \ basegfx/source/tuple/b2dtuple \ - basegfx/source/tuple/b2i64tuple \ basegfx/source/tuple/b3dtuple \ - basegfx/source/tuple/b3ituple \ basegfx/source/vector/b2dvector \ basegfx/source/vector/b2ivector \ basegfx/source/vector/b3dvector \ |