From 54c51e792e209a4eddd5d3682e8f9ef183d61d78 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 14 Jun 2017 16:34:40 -0400 Subject: cmCPackDragNDropGenerator: Drop unused member Drop the unused `InstallPrefix` member that shadows a member in a subclass. --- Source/CPack/cmCPackDragNDropGenerator.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/CPack/cmCPackDragNDropGenerator.h b/Source/CPack/cmCPackDragNDropGenerator.h index 922325c..ffa9015 100644 --- a/Source/CPack/cmCPackDragNDropGenerator.h +++ b/Source/CPack/cmCPackDragNDropGenerator.h @@ -40,8 +40,6 @@ protected: int CreateDMG(const std::string& src_dir, const std::string& output_file); - std::string InstallPrefix; - private: std::string slaDirectory; bool singleLicense; -- cgit v0.12