From e8a50f028b08ed989946137d1554010584ed2c8d Mon Sep 17 00:00:00 2001 From: Benjamin Li Date: Mon, 26 Dec 2022 11:23:54 -0500 Subject: [PATCH] Removing unnecessary destructor in WindowImplUIKit --- src/SFML/Window/iOS/WindowImplUIKit.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/SFML/Window/iOS/WindowImplUIKit.hpp b/src/SFML/Window/iOS/WindowImplUIKit.hpp index 8e28ac491..852d65105 100644 --- a/src/SFML/Window/iOS/WindowImplUIKit.hpp +++ b/src/SFML/Window/iOS/WindowImplUIKit.hpp @@ -68,12 +68,6 @@ public: //////////////////////////////////////////////////////////// WindowImplUIKit(VideoMode mode, const String& title, unsigned long style, const ContextSettings& settings); - //////////////////////////////////////////////////////////// - /// \brief Destructor - /// - //////////////////////////////////////////////////////////// - ~WindowImplUIKit() = default; - //////////////////////////////////////////////////////////// /// \brief Get the OS-specific handle of the window ///