--- src/placement.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/placement.h b/src/placement.h index d3455ee..e959961 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 */ -- 2.5.0
-- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.