From e4e48355ae26fa6d9ef43e667e52356a25fd18f8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 3 Feb 2026 18:49:20 +0900 Subject: Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler Signed-off-by: Michele Calgaro --- src/kernel/tqevent.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/kernel/tqevent.cpp') diff --git a/src/kernel/tqevent.cpp b/src/kernel/tqevent.cpp index d1cf09fe9..053c00223 100644 --- a/src/kernel/tqevent.cpp +++ b/src/kernel/tqevent.cpp @@ -1970,9 +1970,6 @@ TQContextMenuEvent::TQContextMenuEvent( Reason reason, const TQPoint &pos, int s \a device's degree of tilt from the X and Y axis respectively. The \a uId contains an event id. - On Irix, \a globalPos will contain the high-resolution coordinates received from the - tablet device driver, instead of from the windowing system. - \sa pos(), globalPos(), device(), pressure(), xTilt(), yTilt() */ @@ -2002,10 +1999,6 @@ TQTabletEvent::TQTabletEvent( Type t, const TQPoint &pos, const TQPoint &globalP yTilt contain the \a device's degrees of tilt from the X and Y axis respectively. The \a uId contains an event id. - On Irix, \a globalPos will contain the high-resolution coordinates - received from the tablet device driver, instead of from the - windowing system. - \sa pos(), globalPos(), device(), pressure(), xTilt(), yTilt() */ -- cgit v1.2.3