summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/emf-inout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/internal/emf-inout.cpp')
-rw-r--r--src/extension/internal/emf-inout.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/extension/internal/emf-inout.cpp b/src/extension/internal/emf-inout.cpp
index 9dba3b77c..b185d3348 100644
--- a/src/extension/internal/emf-inout.cpp
+++ b/src/extension/internal/emf-inout.cpp
@@ -30,7 +30,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
-#define EMF_DRIVER // work around for SPStyle issue
+#include <libuemf/symbol_convert.h>
+
#include "sp-root.h"
#include "sp-path.h"
#include "style.h"
@@ -44,7 +45,6 @@
#include "display/drawing-item.h"
#include "clear-n_.h"
#include "document.h"
-#include "libunicode-convert/unicode-convert.h"
#include "util/units.h"
#include "emf-print.h"
@@ -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){