summaryrefslogtreecommitdiff
path: root/FL/Fl_Graphics_Driver.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Graphics_Driver.H')
-rw-r--r--FL/Fl_Graphics_Driver.H6
1 files changed, 1 insertions, 5 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H
index 13287943a..c14c4ac34 100644
--- a/FL/Fl_Graphics_Driver.H
+++ b/FL/Fl_Graphics_Driver.H
@@ -57,11 +57,7 @@ typedef struct _PangoFontDescription PangoFontDescription;
// See issue #1139: "FL_REGION_STACK_SIZE could be increased"
// and issue #1140: "Fix static array allocation".
-#if FL_ABI_VERSION >= 10401
-# define FL_REGION_STACK_SIZE 64
-#else
-# define FL_REGION_STACK_SIZE 10
-#endif
+#define FL_REGION_STACK_SIZE 64
#define FL_MATRIX_STACK_SIZE 32