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/emf-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 '')
| -rw-r--r-- | src/extension/internal/emf-inout.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/extension/internal/emf-inout.cpp b/src/extension/internal/emf-inout.cpp index eeecc8e59..b185d3348 100644 --- a/src/extension/internal/emf-inout.cpp +++ b/src/extension/internal/emf-inout.cpp @@ -317,10 +317,6 @@ Emf::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filena } -enum drawmode {DRAW_PAINT, DRAW_PATTERN, DRAW_IMAGE}; // apply to either fill or stroke - - - /* given the transformation matrix from worldTranform return the scale in the matrix part. Assumes that the matrix is not used to skew, invert, or make another distorting transformation. */ double Emf::current_scale(PEMF_CALLBACK_DATA d){ |
