mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
Remove obsolete prototypes
This commit is contained in:
parent
0f6f533a87
commit
83a10ac1e8
1 changed files with 0 additions and 2 deletions
2
tree.h
2
tree.h
|
@ -17,8 +17,6 @@ node_t *prev_leaf(node_t *);
|
|||
node_t *find_fence(node_t *, direction_t);
|
||||
node_t *find_neighbor(node_t *, direction_t);
|
||||
void move_fence(node_t *, direction_t, fence_move_t);
|
||||
unsigned int distance_to_fence(xcb_point_t, node_t *);
|
||||
fence_distance_t nearest_fence(xcb_point_t, node_t *);
|
||||
void rotate_tree(node_t *, rotate_t);
|
||||
void flip_tree(node_t *, flip_t);
|
||||
void arrange(monitor_t *, desktop_t *);
|
||||
|
|
Loading…
Add table
Reference in a new issue