Mercurial > mplayer.hg
changeset 35674:5c2f331d306a
Remove unused code.
author | ib |
---|---|
date | Thu, 17 Jan 2013 16:53:15 +0000 |
parents | 2b7f93ef711d |
children | 9e2183017f1f |
files | gui/wm/ws.c gui/wm/ws.h |
diffstat | 2 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/wm/ws.c Thu Jan 17 16:51:50 2013 +0000 +++ b/gui/wm/ws.c Thu Jan 17 16:53:15 2013 +0000 @@ -1015,11 +1015,6 @@ #endif } -void wsSetTitle(wsWindow *win, char *name) -{ - XStoreName(wsDisplay, win->WindowID, name); -} - void wsWindowDecoration(wsWindow *win, Bool decor) { MotifWmHints wsMotifWmHints;
--- a/gui/wm/ws.h Thu Jan 17 16:51:50 2013 +0000 +++ b/gui/wm/ws.h Thu Jan 17 16:53:15 2013 +0000 @@ -191,7 +191,6 @@ void wsRaiseWindowTop(Display *display, Window Win); void wsSetBackgroundRGB(wsWindow *win, int r, int g, int b); void wsClearWindow(wsWindow *win); -void wsSetTitle(wsWindow *win, char *name); void wsVisibleWindow(wsWindow *win, int show); void wsWindowDecoration(wsWindow *win, Bool decor); void wsSetLayer(Display *display, Window Win, Bool fullscreen);