summaryrefslogtreecommitdiff
path: root/Source/cmVS11RCFlagTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmVS11RCFlagTable.h')
-rw-r--r--Source/cmVS11RCFlagTable.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmVS11RCFlagTable.h b/Source/cmVS11RCFlagTable.h
deleted file mode 100644
index 4997fe115..000000000
--- a/Source/cmVS11RCFlagTable.h
+++ /dev/null
@@ -1,7 +0,0 @@
-static cmVS7FlagTable cmVS11RCFlagTable[] = {
- // Bool Properties
- { "NullTerminateStrings", "n", "", "true", 0 },
- { "SuppressStartupBanner", "nologo", "", "true", 0 },
-
- { 0, 0, 0, 0, 0 }
-};