summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/emf-inout.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2013-09-01 23:39:00 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2013-09-01 23:39:00 +0000
commit2549a383386efa10d4298daef2494927ebdc5ca8 (patch)
tree6be1c428c2bcbf64e223309b22663cbd39fd7e7e /src/extension/internal/emf-inout.cpp
parentFix grids with comma as decimal separator [Bug #1216306]. (diff)
downloadinkscape-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.cpp4
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){