summaryrefslogtreecommitdiffstats
path: root/src/io/file-export-cmd.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-11-25 14:39:10 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-11-25 14:39:10 +0000
commite77bcd22e274769ffd86406edaeb6352ab795b2f (patch)
treef18a85f132796263c76abc01d5c14ad04446ad86 /src/io/file-export-cmd.h
parentFix compile warning of conversion of string constant to char*. (diff)
downloadinkscape-e77bcd22e274769ffd86406edaeb6352ab795b2f.tar.gz
inkscape-e77bcd22e274769ffd86406edaeb6352ab795b2f.zip
Remove unused variable.
Diffstat (limited to 'src/io/file-export-cmd.h')
-rw-r--r--src/io/file-export-cmd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/io/file-export-cmd.h b/src/io/file-export-cmd.h
index 859fbc092..56ac9fd96 100644
--- a/src/io/file-export-cmd.h
+++ b/src/io/file-export-cmd.h
@@ -37,8 +37,6 @@ private:
public:
// Should be private, but this is just temporary code (I hope!).
- bool over_write;
-
// One-to-one correspondence with command line options
std::string export_filename; // Only if one file is processed!