Skip to content

Commit d98000d

Browse files
committed
Drop bakaabb
1 parent fd3d323 commit d98000d

12 files changed

+11
-506
lines changed

bakaabb.98.c

-204
This file was deleted.

bakaabb.98.h

-61
This file was deleted.

config/tunables/overall.h

-6
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,4 @@
77
//#define BOXEN_ARRAY
88
#define BOXEN_RTREE
99

10-
// Whether to use mushbakaabb or not. Note that it's useless for -93, since
11-
// that uses only the static box in any case.
12-
//
13-
// Currently only used for arrays, as it doesn't benefit anything else.
14-
#define USE_BAKAABB (!MUSHSPACE_93 && defined(BOXEN_ARRAY))
15-
1610
#endif

config/tunables/placement.h

-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55

66
#include "config/tunables/overall.h"
77

8-
#if USE_BAKAABB
9-
// Threshold for switching to mushbakaabb. Only limits mushspace_put, not
10-
// mushspace_load_string.
11-
#define MAX_PLACED_BOXEN 64
12-
#endif
13-
148
// Padding of box created by default when mushspace_putting to an unallocated
159
// area. The size of the resulting box will be 2*NEWBOX_PAD+1 along each axis.
1610
// (Clamped to the edges of space to avoid allocating more than one box.)

0 commit comments

Comments
 (0)