summaryrefslogtreecommitdiff
path: root/src/export/exporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/export/exporter.cpp')
-rw-r--r--src/export/exporter.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/export/exporter.cpp b/src/export/exporter.cpp
index 239a550..a20c8df 100644
--- a/src/export/exporter.cpp
+++ b/src/export/exporter.cpp
@@ -23,11 +23,3 @@ Exporter::filter() const
{
return QString("%1 (*%2)").arg(name(), extension());
}
-
-void
-Exporter::renderDocument(QPainter *painter, DiagramDocument *document, const QRectF &target, const QRectF &source)
-{
- document->setPrinting(true);
- document->render(painter, target, source);
- document->setPrinting(false);
-}