From 701d92857caed18c0099b264c45a0b0edce782f2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 28 Aug 2023 10:59:35 +0900 Subject: Drop USE_QT3/4 code Signed-off-by: Michele Calgaro --- qtinterface/interface_tqt3/tqpainter.cpp | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'qtinterface/interface_tqt3/tqpainter.cpp') diff --git a/qtinterface/interface_tqt3/tqpainter.cpp b/qtinterface/interface_tqt3/tqpainter.cpp index ae835c4..62161f6 100644 --- a/qtinterface/interface_tqt3/tqpainter.cpp +++ b/qtinterface/interface_tqt3/tqpainter.cpp @@ -21,24 +21,3 @@ Boston, MA 02110-1301, USA. #include #include - -#ifdef USE_QT4 - -void Q3Painter::setRasterOp( Qt::RasterOp ) { - // Do nothing! - #warning "Q3Painter::setRasterOp is unimplemented!" -} - -Q3Painter::Q3Painter( const QPaintDevice * pdev, bool unclipped ) : QPainter(const_cast(pdev)) { - setClipping(!unclipped); -} - -// void Q3Painter::flush( const QRegion ®ion, CoordinateMode cm = CoordDevice ) { -// #warning "Q3Painter::flush is unimplemented!" -// } - -void Q3Painter::flush() { - #warning "Q3Painter::flush is unimplemented!" -} - -#endif // USE_QT4 -- cgit v1.2.3