diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-11-25 14:39:10 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-11-25 14:39:10 +0000 |
| commit | e77bcd22e274769ffd86406edaeb6352ab795b2f (patch) | |
| tree | f18a85f132796263c76abc01d5c14ad04446ad86 /src/io/file-export-cmd.h | |
| parent | Fix compile warning of conversion of string constant to char*. (diff) | |
| download | inkscape-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.h | 2 |
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! |
