diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-08-03 15:43:30 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-08-04 10:03:57 -0500 |
commit | 75d645c6aec0df0e02bd3aaf2fe2571d83316d4c (patch) | |
tree | 6ff150562e5c2a208de8fa38aadac4e72b8ab6a7 /src/burn/engine/core.h | |
parent | 25ae58ec05bec0b97038e98eec9582209c1f9583 (diff) | |
download | wix-75d645c6aec0df0e02bd3aaf2fe2571d83316d4c.tar.gz wix-75d645c6aec0df0e02bd3aaf2fe2571d83316d4c.tar.bz2 wix-75d645c6aec0df0e02bd3aaf2fe2571d83316d4c.zip |
Remove unelevation code since clean room changes made it unreachable.
Diffstat (limited to 'src/burn/engine/core.h')
-rw-r--r-- | src/burn/engine/core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/burn/engine/core.h b/src/burn/engine/core.h index ccc33ba4..f3328738 100644 --- a/src/burn/engine/core.h +++ b/src/burn/engine/core.h | |||
@@ -91,9 +91,6 @@ typedef struct _BURN_ENGINE_COMMAND | |||
91 | BURN_MODE mode; | 91 | BURN_MODE mode; |
92 | BURN_AU_PAUSE_ACTION automaticUpdates; | 92 | BURN_AU_PAUSE_ACTION automaticUpdates; |
93 | BOOL fDisableSystemRestore; | 93 | BOOL fDisableSystemRestore; |
94 | #ifdef ENABLE_UNELEVATE | ||
95 | BOOL fDisableUnelevate; | ||
96 | #endif | ||
97 | BOOL fInitiallyElevated; | 94 | BOOL fInitiallyElevated; |
98 | 95 | ||
99 | LPWSTR sczActiveParent; | 96 | LPWSTR sczActiveParent; |