Removing unnecessary destructor in WindowImplUIKit

This commit is contained in:
Benjamin Li 2022-12-26 11:23:54 -05:00 committed by Lukas Dürrenberger
parent 9c7b7d68c0
commit e8a50f028b

View File

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