[MPlayer-cvslog] r35724 - trunk/gui/wm/ws.h
ib
subversion at mplayerhq.hu
Thu Jan 10 12:24:36 CET 2013
Author: ib
Date: Thu Jan 10 12:24:36 2013
New Revision: 35724
Log:
Remove unused declarations.
Modified:
trunk/gui/wm/ws.h
Modified: trunk/gui/wm/ws.h
==============================================================================
--- trunk/gui/wm/ws.h Thu Jan 10 12:20:18 2013 (r35723)
+++ trunk/gui/wm/ws.h Thu Jan 10 12:24:36 2013 (r35724)
@@ -267,9 +267,6 @@ void wsResizeImage(wsTWindow *win, int W
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 */
More information about the MPlayer-cvslog
mailing list