summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2009-08-09 16:43:14 +0000
committercilix42 <cilix42@users.sourceforge.net>2009-08-09 16:43:14 +0000
commit39559f543f4034819b2ccc3fccac1ef8c1b1b049 (patch)
treea932f6020f2eb609e80c4647da7a86a40ae56982 /src/file.cpp
parentFix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi... (diff)
downloadinkscape-39559f543f4034819b2ccc3fccac1ef8c1b1b049.tar.gz
inkscape-39559f543f4034819b2ccc3fccac1ef8c1b1b049.zip
Cleanup (remove unused variable; use generic function to determine the file extension)
(bzr r8455)
Diffstat (limited to 'src/file.cpp')
-rw-r--r--src/file.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/file.cpp b/src/file.cpp
index 03fb7bd59..8f40d7e4b 100644
--- a/src/file.cpp
+++ b/src/file.cpp
@@ -1141,7 +1141,6 @@ sp_file_export_dialog(void *widget)
Glib::ustring export_path;
Glib::ustring export_loc;
- Inkscape::XML::Node *repr = sp_document_repr_root(doc);
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
Inkscape::Extension::Output *extension;