client: Remove setting of the same values again

This commit is contained in:
Dmitry Tsarevich 2020-05-07 14:19:24 +03:00
parent 62723550f6
commit 0cbadc8b31
No known key found for this signature in database
GPG Key ID: E3C61298FF5B1274
1 changed files with 0 additions and 5 deletions

View File

@ -438,7 +438,6 @@ int initialize_system_monitor(int /*argc*/, char** /*argv*/) {
);
if (!g_hWindowsMonitorSystemPowerThread) {
g_hWindowsMonitorSystemPowerThread = NULL;
g_hWndWindowsMonitorSystemPower = NULL;
}
@ -453,10 +452,6 @@ int initialize_system_monitor(int /*argc*/, char** /*argv*/) {
0,
NULL
);
if (!g_hWindowsMonitorSystemProxyThread) {
g_hWindowsMonitorSystemProxyThread = NULL;
}
}
return 0;