Skip to content

Commit

Permalink
STYLE: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lassoan committed Nov 5, 2024
1 parent 085fbf4 commit 6b454e4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ void vtkMRMLSequenceBrowserNode::SynchronizationProperties::FromString( std::str
ss >> attValue;
if (!attName.empty() && !attValue.empty())
{
std::string subAttValue;
if (!attName.compare("playback"))
{
this->Playback=(!attValue.compare("true"));
Expand Down

0 comments on commit 6b454e4

Please sign in to comment.