diff --git a/src/placement.h b/src/placement.h index d3455ee3..e959961b 100644 --- a/src/placement.h +++ b/src/placement.h @@ -35,7 +35,4 @@ void PlaceWindow(WWindow *wwin, int *x_ret, int *y_ret, unsigned width, unsigned void InteractivePlaceWindow(WWindow * wwin, int *x_ret, int *y_ret, unsigned width, unsigned height); -/* Set the points x and y inside the screen */ -void get_right_position_on_screen(WScreen *scr, int *x, int *y, int size_x, int size_y); - #endif /* PLACEMENT_H */