Mercurial > mplayer.hg
diff gui/win32/interface.c @ 36461:ed153683310d
Get rid of guiInfo member afilter.
This also eliminates GUI_SET_AFILTER.
Add mpctx_get_afilter() to provide this
information and call it when needed.
author | ib |
---|---|
date | Tue, 17 Dec 2013 22:57:00 +0000 |
parents | 08f21a09a545 |
children | 666757381a27 |
line wrap: on
line diff
--- a/gui/win32/interface.c Tue Dec 17 22:41:24 2013 +0000 +++ b/gui/win32/interface.c Tue Dec 17 22:57:00 2013 +0000 @@ -683,9 +683,6 @@ case GUI_REDRAW: mygui->updatedisplay(mygui, mygui->mainwindow); break; - case GUI_SET_AFILTER: - guiInfo.afilter = data; - break; case GUI_SET_STATE: { guiInfo.Playing = (int) data;