Skip to content

Commit

Permalink
Remove implicitly deleted functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Jul 6, 2023
1 parent 968afca commit f8c8362
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions startpage.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,7 @@ class wxStartPage final : public wxWindow
/// @private
wxStartPage(const wxStartPage&) = delete;
/// @private
wxStartPage(wxStartPage&&) = delete;
/// @private
wxStartPage& operator=(const wxStartPage&) = delete;
/// @private
wxStartPage& operator=(wxStartPage&&) = delete;

/// @brief Sets the list of files to be shown in the
/// "most-recently-used" list on the right side.
Expand Down

0 comments on commit f8c8362

Please sign in to comment.