Skip to content

Commit

Permalink
Removed duplicate "bus" entry in CreateFilterBrowser. Fixes #814.
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Dec 24, 2024
1 parent a71183b commit 2838f59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ngscopeclient/CreateFilterBrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ CreateFilterBrowser::CreateFilterBrowser(Session& session, MainWindow* parent)
m_categoryNames.push_back("Bus");
m_categoryValues.push_back(Filter::CAT_BUS);

m_categoryNames.push_back("Bus");
m_categoryValues.push_back(Filter::CAT_BUS);

m_categoryNames.push_back("Clocking");
m_categoryValues.push_back(Filter::CAT_CLOCK);

Expand Down

0 comments on commit 2838f59

Please sign in to comment.