mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-05 22:04:46 -04:00
UI: Remove redundant assignments
Detected by PVS-Studio.
This commit is contained in:
@@ -700,9 +700,6 @@ bool MultitrackVideoOutput::HandleIncompatibleSettings(
|
||||
useDelay = false;
|
||||
enableNewSocketLoop = false;
|
||||
enableDynBitrate = false;
|
||||
useDelay = false;
|
||||
enableNewSocketLoop = false;
|
||||
enableDynBitrate = false;
|
||||
|
||||
if (mb.clickedButton() == all_streams) {
|
||||
config_set_bool(config, "Output", "DelayEnable", false);
|
||||
|
||||
Reference in New Issue
Block a user