correct a comment

This commit is contained in:
Dana Jansens 2003-01-17 23:20:59 +00:00
parent f94dc995c6
commit 00bc993775

View file

@ -19,11 +19,6 @@ class Display;
extern Display *display; extern Display *display;
//! Manages a single X11 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 class Display
{ {
public: public: