Skip to content

Commit

Permalink
Clean up Burn a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnson committed Mar 14, 2024
1 parent dabcb37 commit f104c01
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 3,502 deletions.
2 changes: 0 additions & 2 deletions src/burn/engine/engine.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
<ClCompile Include="splashscreen.cpp" />
<ClCompile Include="uithread.cpp" />
<ClCompile Include="update.cpp" />
<ClCompile Include="userexperience.cpp" />
<ClCompile Include="variable.cpp" />
<ClCompile Include="variant.cpp" />
</ItemGroup>
Expand Down Expand Up @@ -145,7 +144,6 @@
<ClInclude Include="splashscreen.h" />
<ClInclude Include="uithread.h" />
<ClInclude Include="update.h" />
<ClInclude Include="userexperience.h" />
<ClInclude Include="variable.h" />
<ClInclude Include="variant.h" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/burn/engine/logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ extern "C" HRESULT LoggingOpen(
}
}

// Open the log approriately.
// Open the log appropriately.
if (pLog->sczPath && *pLog->sczPath)
{
DWORD cRetry = 0;
Expand Down
1 change: 0 additions & 1 deletion src/burn/engine/precomp.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
#include "burnextension.h"
#include "search.h"
#include "ba.h"
#include "userexperience.h"
#include "package.h"
#include "update.h"
#include "pseudobundle.h"
Expand Down
Loading

0 comments on commit f104c01

Please sign in to comment.