diff options
author | Franck Bettinger <bettingf@cs.man.ac.uk> | 2001-11-09 17:07:37 (GMT) |
---|---|---|
committer | Franck Bettinger <bettingf@cs.man.ac.uk> | 2001-11-09 17:07:37 (GMT) |
commit | 53d0de2a9f0359396b48e398f79030a733fcb5de (patch) | |
tree | 072e28fd0fc0093f239ee460d62102fab14920f1 /Source/cmQTWrapCPPCommand.h | |
parent | becce939a2ca00ee15b7beb722dea311efdd2573 (diff) | |
download | CMake-53d0de2a9f0359396b48e398f79030a733fcb5de.zip CMake-53d0de2a9f0359396b48e398f79030a733fcb5de.tar.gz CMake-53d0de2a9f0359396b48e398f79030a733fcb5de.tar.bz2 |
cleanups
Diffstat (limited to 'Source/cmQTWrapCPPCommand.h')
-rw-r--r-- | Source/cmQTWrapCPPCommand.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmQTWrapCPPCommand.h b/Source/cmQTWrapCPPCommand.h index 684eec6..09f79e7 100644 --- a/Source/cmQTWrapCPPCommand.h +++ b/Source/cmQTWrapCPPCommand.h @@ -68,7 +68,6 @@ private: * List of header files that pprovide the source for m_WrapClasses. */ std::vector<std::string> m_WrapHeaders; - std::vector<std::string> m_OriginalNames; std::string m_LibraryName; std::string m_SourceList; }; |