From a09a6bc05e3f64c27e7c84dd768c7720fdf41136 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 25 Jun 2024 12:25:06 +0900 Subject: Remove documentation for QWS classes and Qt/Embedded Signed-off-by: Michele Calgaro --- src/kernel/tqimage.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/kernel/tqimage.h') diff --git a/src/kernel/tqimage.h b/src/kernel/tqimage.h index ae5b69ff1..b65b1de43 100644 --- a/src/kernel/tqimage.h +++ b/src/kernel/tqimage.h @@ -83,11 +83,6 @@ public: TQImage( uchar* data, int w, int h, int depth, TQRgb* colortable, int numColors, Endian bitOrder ); -#ifdef TQ_WS_QWS - TQImage( uchar* data, int w, int h, int depth, int pbl, - TQRgb* colortable, int numColors, - Endian bitOrder ); -#endif TQImage( const TQImage & ); ~TQImage(); @@ -129,10 +124,6 @@ public: int numBytes() const; int bytesPerLine() const; -#ifdef TQ_WS_QWS - TQGfx * graphicsContext(); -#endif - bool create( int width, int height, int depth, int numColors=0, Endian bitOrder=IgnoreEndian ); bool create( const TQSize&, int depth, int numColors=0, -- cgit v1.2.1