Browse Source

Platform: this documentation block is superfluous.

pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
5a9ab4eb2c
  1. 5
      src/Platform/AbstractXApplication.h

5
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();

Loading…
Cancel
Save