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 ///