diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-08-22 13:59:10 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-08-22 17:10:32 (GMT) |
commit | 8e452e67e9a9e8762e924bdb502b9a59d2d29dc4 (patch) | |
tree | 12fcca19400f39343d5502c17d83ba90736c898e /Source/cmSourceFile.h | |
parent | 0f2e178f6528c9cd20f4d6a68c0e5e068cd64f58 (diff) | |
download | CMake-8e452e67e9a9e8762e924bdb502b9a59d2d29dc4.zip CMake-8e452e67e9a9e8762e924bdb502b9a59d2d29dc4.tar.gz CMake-8e452e67e9a9e8762e924bdb502b9a59d2d29dc4.tar.bz2 |
Remove AUTOGEN variables from cmSourceFile and cmMakefile
Diffstat (limited to 'Source/cmSourceFile.h')
-rw-r--r-- | Source/cmSourceFile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSourceFile.h b/Source/cmSourceFile.h index e739d18..91f783d 100644 --- a/Source/cmSourceFile.h +++ b/Source/cmSourceFile.h @@ -107,7 +107,6 @@ private: std::string ObjectLibrary; std::vector<std::string> Depends; bool FindFullPathFailed; - bool IsUiFile; bool FindFullPath(std::string* error); bool TryFullPath(const std::string& path, const std::string& ext); |