From 62a0a58717b893dfa7641e8f215ee70288283004 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 22 Apr 2024 18:45:09 +0200 Subject: [PATCH] mi: drop unused XMAJOROCTANTS It hasn't been used for really long time, the history even doesn't tell whether it ever had been used. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- mi/miline.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/mi/miline.h b/mi/miline.h index c1a51c15c..44a8056b6 100644 --- a/mi/miline.h +++ b/mi/miline.h @@ -49,8 +49,6 @@ in this Software without prior written authorization from The Open Group. #define OCTANT7 (1 << (YMAJOR)) #define OCTANT8 (1 << (0)) -#define XMAJOROCTANTS (OCTANT1 | OCTANT4 | OCTANT5 | OCTANT8) - #define DEFAULTZEROLINEBIAS (OCTANT2 | OCTANT3 | OCTANT4 | OCTANT5) /*