aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/WindowsInstaller/WindowsInstallerTableDefinitions.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2020-05-30 14:28:21 -0700
committerRob Mensching <rob@firegiant.com>2020-05-30 14:46:40 -0700
commit29be4a31c4cf1268d847d4c37c70487f29b84701 (patch)
tree90d2f6960d15b52c0fc1777507fbe9123d3949e8 /src/WixToolset.Data/WindowsInstaller/WindowsInstallerTableDefinitions.cs
parentf4b129a9039f54cff0ac315b39adcb17c8528ae8 (diff)
downloadwix-29be4a31c4cf1268d847d4c37c70487f29b84701.tar.gz
wix-29be4a31c4cf1268d847d4c37c70487f29b84701.tar.bz2
wix-29be4a31c4cf1268d847d4c37c70487f29b84701.zip
Remove unused WixMediaRow
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/WindowsInstallerTableDefinitions.cs')
-rw-r--r--src/WixToolset.Data/WindowsInstaller/WindowsInstallerTableDefinitions.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/WindowsInstallerTableDefinitions.cs b/src/WixToolset.Data/WindowsInstaller/WindowsInstallerTableDefinitions.cs
index 3a1a8916..ceeaf2fa 100644
--- a/src/WixToolset.Data/WindowsInstaller/WindowsInstallerTableDefinitions.cs
+++ b/src/WixToolset.Data/WindowsInstaller/WindowsInstallerTableDefinitions.cs
@@ -1925,20 +1925,6 @@ namespace WixToolset.Data.WindowsInstaller
1925 tupleIdIsPrimaryKey: true 1925 tupleIdIsPrimaryKey: true
1926 ); 1926 );
1927 1927
1928 public static readonly TableDefinition WixMedia = new TableDefinition(
1929 "WixMedia",
1930 null,
1931 new[]
1932 {
1933 new ColumnDefinition("DiskId_", ColumnType.Number, 2, primaryKey: true, nullable: false, ColumnCategory.Unknown),
1934 new ColumnDefinition("CompressionLevel", ColumnType.Number, 2, primaryKey: false, nullable: true, ColumnCategory.Unknown, minValue: 0, maxValue: 4),
1935 new ColumnDefinition("Layout", ColumnType.String, 0, primaryKey: false, nullable: true, ColumnCategory.Unknown),
1936 },
1937 unreal: true,
1938 strongRowType: typeof(WixMediaRow),
1939 tupleIdIsPrimaryKey: false
1940 );
1941
1942 public static readonly TableDefinition WixMediaTemplate = new TableDefinition( 1928 public static readonly TableDefinition WixMediaTemplate = new TableDefinition(
1943 "WixMediaTemplate", 1929 "WixMediaTemplate",
1944 TupleDefinitions.WixMediaTemplate, 1930 TupleDefinitions.WixMediaTemplate,
@@ -2353,7 +2339,6 @@ namespace WixToolset.Data.WindowsInstaller
2353 WixFragment, 2339 WixFragment,
2354 WixInstanceComponent, 2340 WixInstanceComponent,
2355 WixInstanceTransforms, 2341 WixInstanceTransforms,
2356 WixMedia,
2357 WixMediaTemplate, 2342 WixMediaTemplate,
2358 WixMerge, 2343 WixMerge,
2359 WixOrdering, 2344 WixOrdering,