From 5a9ab4eb2c929c125747b76c9c6abce5faa30851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 13 Nov 2013 20:02:17 +0100 Subject: [PATCH] Platform: this documentation block is superfluous. --- src/Platform/AbstractXApplication.h | 5 ----- 1 file changed, 5 deletions(-) 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();