summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
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/cmMakefile.cxx
parent0f2e178f6528c9cd20f4d6a68c0e5e068cd64f58 (diff)
downloadCMake-8e452e67e9a9e8762e924bdb502b9a59d2d29dc4.zip
CMake-8e452e67e9a9e8762e924bdb502b9a59d2d29dc4.tar.gz
CMake-8e452e67e9a9e8762e924bdb502b9a59d2d29dc4.tar.bz2
Remove AUTOGEN variables from cmSourceFile and cmMakefile
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index cb6cf2d..29999e9 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -3902,16 +3902,6 @@ bool cmMakefile::EnforceUniqueDir(const std::string& srcPath,
return false;
}
-void cmMakefile::AddQtUiFileWithOptions(cmSourceFile* sf)
-{
- this->QtUiFilesWithOptions.push_back(sf);
-}
-
-std::vector<cmSourceFile*> cmMakefile::GetQtUiFilesWithOptions() const
-{
- return this->QtUiFilesWithOptions;
-}
-
static std::string const matchVariables[] = {
"CMAKE_MATCH_0", "CMAKE_MATCH_1", "CMAKE_MATCH_2", "CMAKE_MATCH_3",
"CMAKE_MATCH_4", "CMAKE_MATCH_5", "CMAKE_MATCH_6", "CMAKE_MATCH_7",