Skip to content

Commit

Permalink
Remove redundante deletions
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Sep 9, 2024
1 parent 1f776a6 commit 40f805c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ui/controls/searchpanel.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ namespace Wisteria::UI
/// @private
SearchPanel(const SearchPanel&) = delete;
/// @private
SearchPanel(SearchPanel&&) = delete;
/// @private
SearchPanel& operator=(const SearchPanel&) = delete;
/// @private
SearchPanel& operator=(SearchPanel&&) = delete;

/// @brief Sets the string to search for.
/// @param value The text to search for.
Expand Down

0 comments on commit 40f805c

Please sign in to comment.