summaryrefslogtreecommitdiffstats
path: root/Source/cmVS14RCFlagTable.h
diff options
context:
space:
mode:
authorStephan Szabo <stephan.szabo@sony.com>2018-11-21 01:01:59 (GMT)
committerStephan Szabo <stephan.szabo@sony.com>2018-11-28 15:43:31 (GMT)
commit8107508b3e610cd2fbbcbf6111f125d39e16f74d (patch)
tree5c04c581d628cc4fbaada4ddc2a701b568825273 /Source/cmVS14RCFlagTable.h
parent6d855fbf442d1ab3b209ac9b46f97ad8e567df41 (diff)
downloadCMake-8107508b3e610cd2fbbcbf6111f125d39e16f74d.zip
CMake-8107508b3e610cd2fbbcbf6111f125d39e16f74d.tar.gz
CMake-8107508b3e610cd2fbbcbf6111f125d39e16f74d.tar.bz2
Remove old flag table headers
Diffstat (limited to 'Source/cmVS14RCFlagTable.h')
-rw-r--r--Source/cmVS14RCFlagTable.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmVS14RCFlagTable.h b/Source/cmVS14RCFlagTable.h
deleted file mode 100644
index 1720276..0000000
--- a/Source/cmVS14RCFlagTable.h
+++ /dev/null
@@ -1,7 +0,0 @@
-static cmVS7FlagTable cmVS14RCFlagTable[] = {
- // Bool Properties
- { "NullTerminateStrings", "n", "", "true", 0 },
- { "SuppressStartupBanner", "nologo", "", "true", 0 },
-
- { "", "", "", "", 0 }
-};