1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 20:10:29 +01:00

wmaker: Remove prototype for unused get_right_position_on_screen function.

This commit is contained in:
Doug Torrance
2016-01-17 15:47:48 -05:00
committed by Carlos R. Mafra
parent c3ad2513a9
commit e5632a9120

View File

@@ -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 */