diff --git a/src/Platform/AbstractXApplication.h b/src/Platform/AbstractXApplication.h index 4c440be35..ac7058384 100644 --- a/src/Platform/AbstractXApplication.h +++ b/src/Platform/AbstractXApplication.h @@ -83,11 +83,6 @@ class AbstractXApplication { void exit() { flags |= Flag::Exit; } protected: - /** - * @brief Destructor - * - * Deletes context and destroys the window. - */ /* Nobody will need to have (and delete) AbstractXApplication*, thus this is faster than public pure virtual destructor */ ~AbstractXApplication();