Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <davidebeatrici@gmail.com>2018-07-06 07:21:13 +0300
committerDavide Beatrici <davidebeatrici@gmail.com>2018-07-06 07:21:13 +0300
commit23f783d66e9b19cd9e8ca678cd25c052f59e834a (patch)
treea78868da33ac008b61734e78a1644d88032f93b8 /installer
parent426cd1e4f3ea0bf1cf4b2602df1b551b9cf87834 (diff)
installer: remove unused variables
Diffstat (limited to 'installer')
-rw-r--r--installer/Settings.wxi6
1 files changed, 0 insertions, 6 deletions
diff --git a/installer/Settings.wxi b/installer/Settings.wxi
index a6ab7e47e..2fc8008b3 100644
--- a/installer/Settings.wxi
+++ b/installer/Settings.wxi
@@ -105,8 +105,6 @@
<?endif ?>
<?endif ?>
- <?define Win81SDKDir = "C:\Program Files (x86)\Windows Kits\8.1" ?>
-
<!--
System32x86Dir is the system's System32 directory
that contains x86 binaries.
@@ -132,10 +130,6 @@
<?define G15 = true ?>
<?endif ?>
- <?ifndef env.MumbleNoD3DCompilerDLL ?>
- <?define D3DCompilerDLL = true ?>
- <?endif ?>
-
<?ifdef env.MumbleVersionSubDir ?>
<?define VersionSubDir = "$(env.MumbleVersionSubDir)" ?>
<?endif ?>