summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/tqimage.h')
-rw-r--r--src/kernel/tqimage.h9
1 files changed, 0 insertions, 9 deletions
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,