From 00bc993775b916de76772bdc5e31618076194797 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 17 Jan 2003 23:20:59 +0000 Subject: [PATCH] correct a comment --- otk/display.hh | 5 ----- 1 file changed, 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: -- 2.44.0