From 406c79aea1b6f9c8bd1bbeb253ebc7cb97fc7e25 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 24 Jan 2003 00:02:24 +0000 Subject: out with the blackbox source --- otk/display.hh | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'otk/display.hh') diff --git a/otk/display.hh b/otk/display.hh index 28d33675..0879ce32 100644 --- a/otk/display.hh +++ b/otk/display.hh @@ -9,7 +9,6 @@ extern "C" { namespace otk { class ScreenInfo; -class GCCache; class RenderControl; class Display; @@ -58,16 +57,6 @@ private: //! screen RenderControl** _rendercontrol_list; - //! A cache for re-using GCs, used by the drawing objects - /*! - @see Pen - @see Font - @see Image - @see ImageControl - @see Texture - */ - GCCache *_gccache; - // Handles X errors on the display /* Displays the error if compiled for debugging. @@ -84,9 +73,6 @@ public: //! Destroys the class, closes the X display ~Display(); - //! Returns the GC cache for the application - inline GCCache *gcCache() const { return _gccache; } - //! Gets information on a specific screen /*! Returns a ScreenInfo class, which contains information for a screen on the -- cgit v1.2.3