summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFile.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-08-22 13:59:10 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-08-22 17:10:32 (GMT)
commit8e452e67e9a9e8762e924bdb502b9a59d2d29dc4 (patch)
tree12fcca19400f39343d5502c17d83ba90736c898e /Source/cmSourceFile.h
parent0f2e178f6528c9cd20f4d6a68c0e5e068cd64f58 (diff)
downloadCMake-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.h1
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);