From e77bcd22e274769ffd86406edaeb6352ab795b2f Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Sun, 25 Nov 2018 15:39:10 +0100 Subject: Remove unused variable. --- src/io/file-export-cmd.cpp | 3 +-- src/io/file-export-cmd.h | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'src/io') diff --git a/src/io/file-export-cmd.cpp b/src/io/file-export-cmd.cpp index f9ee8e4a0..0e57ae01e 100644 --- a/src/io/file-export-cmd.cpp +++ b/src/io/file-export-cmd.cpp @@ -37,8 +37,7 @@ #include "extension/init.h" InkFileExportCmd::InkFileExportCmd() - : over_write(false) - , export_overwrite(false) + : export_overwrite(false) , export_area_drawing(false) , export_area_page(false) , export_margin(0) 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! -- cgit v1.2.3