aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/Samples/bafunctions/WixSampleBAFunctions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/Samples/bafunctions/WixSampleBAFunctions.cpp')
-rw-r--r--src/ext/Bal/Samples/bafunctions/WixSampleBAFunctions.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ext/Bal/Samples/bafunctions/WixSampleBAFunctions.cpp b/src/ext/Bal/Samples/bafunctions/WixSampleBAFunctions.cpp
index 14a898e8..a0aa0488 100644
--- a/src/ext/Bal/Samples/bafunctions/WixSampleBAFunctions.cpp
+++ b/src/ext/Bal/Samples/bafunctions/WixSampleBAFunctions.cpp
@@ -74,9 +74,6 @@ HRESULT WINAPI CreateBAFunctions(
74 HRESULT hr = S_OK; 74 HRESULT hr = S_OK;
75 CWixSampleBAFunctions* pBAFunctions = NULL; 75 CWixSampleBAFunctions* pBAFunctions = NULL;
76 76
77 // This is required to enable logging functions.
78 BalInitialize(pArgs->pEngine);
79
80 pBAFunctions = new CWixSampleBAFunctions(hModule); 77 pBAFunctions = new CWixSampleBAFunctions(hModule);
81 ExitOnNull(pBAFunctions, hr, E_OUTOFMEMORY, "Failed to create new CWixSampleBAFunctions object."); 78 ExitOnNull(pBAFunctions, hr, E_OUTOFMEMORY, "Failed to create new CWixSampleBAFunctions object.");
82 79