summaryrefslogtreecommitdiff
path: root/otk/display.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/display.hh')
-rw-r--r--otk/display.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/otk/display.hh b/otk/display.hh
index 7f08bc51..4e9b0227 100644
--- a/otk/display.hh
+++ b/otk/display.hh
@@ -69,11 +69,11 @@ private:
*/
static GCCache *_gccache;
- //! Handles X errors on the display
- /*!
+ // Handles X errors on the display
+ /*
Displays the error if compiled for debugging.
*/
- static int xerrorHandler(::Display *d, XErrorEvent *e);
+ //static int xerrorHandler(::Display *d, XErrorEvent *e);
//! Prevents instantiation of the class
Display();