From e5632a91203a905a8a0838e8ef1cdec8d6ab53e6 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sun, 17 Jan 2016 15:47:48 -0500 Subject: [PATCH] wmaker: Remove prototype for unused get_right_position_on_screen function. --- src/placement.h | 3 --- 1 file changed, 3 deletions(-) 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 */