mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Remove unused variable
This commit is contained in:
parent
220f27bd0a
commit
c043053b2b
|
|
@ -146,7 +146,6 @@ void MacroSegment::InvalidateTempVarValues()
|
|||
std::optional<const TempVariable>
|
||||
MacroSegment::GetTempVar(const std::string &id) const
|
||||
{
|
||||
TempVariable *result = nullptr;
|
||||
for (auto &var : _tempVariables) {
|
||||
if (var.ID() == id) {
|
||||
return var;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user