summaryrefslogtreecommitdiff
path: root/Source/Core/Common/StringUtil.cpp
diff options
context:
space:
mode:
authorDentomologist <dentomologist@gmail.com>2024-08-25 16:06:44 -0700
committerDentomologist <dentomologist@gmail.com>2024-08-25 23:44:17 -0700
commit9e6a4e9d3597257629247c43f17698d355866a9c (patch)
tree78ae28d5a5604ad625c28b27123c13b74b3695eb /Source/Core/Common/StringUtil.cpp
parentf4db168a8e63751535d174d27abe7dbab19d4d74 (diff)
ARCodeWidget: Remove unnecessary call to OnSelectionChanged
Before the call to OnSelectionChange, m_code_edit and m_code_remove are disabled and UpdateList calls m_code_list->clear(), thereby deselecting any selected items. When no items are selected, OnSelectionChange disables m_code_edit and m_code_remove and then returns. Since that was already done, the call doesn't change anything and can be removed.
Diffstat (limited to 'Source/Core/Common/StringUtil.cpp')
0 files changed, 0 insertions, 0 deletions