diff options
Diffstat (limited to 'layout-string.c')
-rw-r--r-- | layout-string.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layout-string.c b/layout-string.c index f3abe8f9..4b63f19a 100644 --- a/layout-string.c +++ b/layout-string.c @@ -36,7 +36,6 @@ struct layout_cell *layout_find_right(struct layout_cell *); struct layout_cell *layout_find_topleft(struct layout_cell *); struct layout_cell *layout_find_topright(struct layout_cell *); struct layout_cell *layout_find_bottomleft(struct layout_cell *); -struct layout_cell *layout_find_bottomright(struct layout_cell *); /* Find the cell; returns NULL if string not understood. */ struct layout_cell * |