Skip to content

Commit

Permalink
Refactoring: removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sskodje committed May 7, 2023
1 parent 859a3db commit 00183bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ScreenRecorderLibNative/RecordingManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -740,8 +740,6 @@ bool RecordingManager::CheckDependencies(_Out_ std::wstring *error)
{
wstring errorText;
bool result = true;
HKEY hk;
DWORD errorCode;

if (FAILED(m_MfStartupResult)) {
LOG_ERROR("Media Foundation failed to start: hr = 0x%08x", m_MfStartupResult);
Expand Down

0 comments on commit 00183bf

Please sign in to comment.