diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-27 08:31:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:24:36 +0100 |
commit | 11be200a8edba852807f09af1e6053ed11caf4fe (patch) | |
tree | 79ab28283d627f479adcb357af556b7c2e5ca28b /vcl | |
parent | 645751bcaba174ab06d50a4f3d604386274fa2ca (diff) |
Whatever this dead code was ever supposed to be good for
...it would never fire as ARGS_ARE_XY_VALUES is a non-zero enum member. The
code had been like that since the initial import.
Change-Id: Icc3c329218b3105123b2a1448ff9a2838ecd4912
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/fontsubset/sft.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx index 23a15f64d1bb..caf84587cb65 100644 --- a/vcl/source/fontsubset/sft.cxx +++ b/vcl/source/fontsubset/sft.cxx @@ -623,10 +623,6 @@ static int GetCompoundTTOutline(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPo if (abs3 < 0) abs3 = -abs3; if (abs3 <= 33) n *= 2; - if (!ARGS_ARE_XY_VALUES) { /* match the points */ - assert(!"ARGS_ARE_XY_VALUES is not implemented!!!\n"); - } - for (i=0; i<np; i++) { F16Dot16 t; ControlPoint cp; |