Mercurial > mplayer.hg
changeset 35630:099fb0aced44
Remove unused declarations.
author | ib |
---|---|
date | Thu, 10 Jan 2013 11:24:36 +0000 |
parents | 365dc9336f0d |
children | d0231540cdbd |
files | gui/wm/ws.h |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/wm/ws.h Thu Jan 10 11:20:18 2013 +0000 +++ b/gui/wm/ws.h Thu Jan 10 11:24:36 2013 +0000 @@ -267,9 +267,6 @@ void wsDestroyImage(wsTWindow *win); int wsGetOutMask(void); -void wsScreenSaverOn(Display *mDisplay); -void wsScreenSaverOff(Display *mDisplay); - #define wgIsRect(X, Y, tX, tY, bX, bY) (((X) > (tX)) && ((Y) > (tY)) && ((X) < (bX)) && ((Y) < (bY))) #endif /* MPLAYER_GUI_WS_H */