Remove unused size_pool_edge_names
This commit is contained in:
parent
76f9cfd0b9
commit
42bfbe9aa6
6
shape.c
6
shape.c
@ -43,7 +43,6 @@
|
|||||||
|
|
||||||
static ID id_frozen;
|
static ID id_frozen;
|
||||||
static ID id_t_object;
|
static ID id_t_object;
|
||||||
static ID size_pool_edge_names[SIZE_POOL_COUNT];
|
|
||||||
|
|
||||||
#define LEAF 0
|
#define LEAF 0
|
||||||
#define BLACK 0x0
|
#define BLACK 0x0
|
||||||
@ -1243,11 +1242,6 @@ Init_default_shapes(void)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Shapes by size pool
|
|
||||||
for (int i = 0; i < SIZE_POOL_COUNT; i++) {
|
|
||||||
size_pool_edge_names[i] = rb_make_internal_id();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Root shape
|
// Root shape
|
||||||
rb_shape_t *root = rb_shape_alloc_with_parent_id(0, INVALID_SHAPE_ID);
|
rb_shape_t *root = rb_shape_alloc_with_parent_id(0, INVALID_SHAPE_ID);
|
||||||
root->capacity = 0;
|
root->capacity = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user