Minor cleanup of the obsoleted.
Bob Arnson committed
Feb 9, 2023 at 19:41 UTC
2430823990d6a52b3981ffc970d5a42d018b081e
1 file changed
-6
src/ext/Util/ca/qtexecca.cpp
-6
@@ -4,12 +4,6 @@
4
5
#define OUTPUT_BUFFER 1024
6
7
-// These old "CA" prefix names are deprecated, and intended to go away in wix 4.0, only staying now for compatibility reasons
8
-const LPCWSTR CAQUIET_TIMEOUT_PROPERTY = L"QtExecCmdTimeout";
9
-const LPCWSTR CAQUIET_ARGUMENTS_PROPERTY = L"QtExecCmdLine";
10
-const LPCWSTR CAQUIET64_ARGUMENTS_PROPERTY = L"QtExec64CmdLine";
11
-// end deprecated section
12
-
7
// WixCA name quiet commandline argument properties
8
const LPCWSTR WIX_QUIET_ARGUMENTS_PROPERTY = L"WixQuietExecCmdLine";
9
const LPCWSTR WIX_QUIET64_ARGUMENTS_PROPERTY = L"WixQuietExec64CmdLine";