mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-06-21 12:03:43 -05:00
Remove unused variable
This commit is contained in:
parent
25cf51abea
commit
a0dd1cf3ef
|
|
@ -340,7 +340,6 @@ bool matchJson(const std::string &json1, const std::string &json2,
|
|||
bool compareSourceSettings(const OBSWeakSource &source,
|
||||
const std::string &settings, bool useRegex)
|
||||
{
|
||||
bool ret = false;
|
||||
std::string currentSettings = getSourceSettings(source);
|
||||
return matchJson(currentSettings, settings, useRegex);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user