summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--otk/display.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/otk/display.hh b/otk/display.hh
index 0dc59481..5f658cd3 100644
--- a/otk/display.hh
+++ b/otk/display.hh
@@ -19,11 +19,6 @@ class Display;
extern Display *display;
//! Manages a single X11 display.
-/*!
- This class is static, and cannot be instantiated.
- Use the initialize() method to open the display and ready it for use.
- Use the destroy() method to close it and clean up the class' data.
-*/
class Display
{
public: