diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2013-09-01 23:39:00 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2013-09-01 23:39:00 +0000 |
| commit | 2549a383386efa10d4298daef2494927ebdc5ca8 (patch) | |
| tree | 6be1c428c2bcbf64e223309b22663cbd39fd7e7e /src/extension/internal/wmf-inout.cpp | |
| parent | Fix grids with comma as decimal separator [Bug #1216306]. (diff) | |
| download | inkscape-2549a383386efa10d4298daef2494927ebdc5ca8.tar.gz inkscape-2549a383386efa10d4298daef2494927ebdc5ca8.zip | |
Unduplicate some code in the metafile printing extensions
(bzr r12499)
Diffstat (limited to 'src/extension/internal/wmf-inout.cpp')
| -rw-r--r-- | src/extension/internal/wmf-inout.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/extension/internal/wmf-inout.cpp b/src/extension/internal/wmf-inout.cpp index 2f211cac9..451d94c0e 100644 --- a/src/extension/internal/wmf-inout.cpp +++ b/src/extension/internal/wmf-inout.cpp @@ -316,9 +316,6 @@ Wmf::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filena } -enum drawmode {DRAW_PAINT, DRAW_PATTERN, DRAW_IMAGE}; // apply to either fill or stroke - - /* WMF has no worldTranform, so this always returns 1.0. Retain it to keep WMF and WMF in sync as much as possible.*/ double Wmf::current_scale(PWMF_CALLBACK_DATA d){ return 1.0; |
