Remove unused variable

This commit is contained in:
WarmUpTill 2021-09-15 20:29:12 +02:00 committed by WarmUpTill
parent 25cf51abea
commit a0dd1cf3ef

View File

@ -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);
}