Module: wine Branch: master Commit: d44d83b684a8d6c2299d4501e349047d25f62b46 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d44d83b684a8d6c2299d4501e... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Fri Sep 20 17:35:06 2019 -0500 quartz: Get rid of the no longer used base parser. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/quartz/Makefile.in | 2 - dlls/quartz/acmwrapper.c | 1 - dlls/quartz/avidec.c | 1 - dlls/quartz/dsoundrender.c | 1 - dlls/quartz/filesource.c | 1 - dlls/quartz/parser.c | 709 ------------------------------------- dlls/quartz/parser.h | 77 ---- dlls/quartz/pin.c | 818 ------------------------------------------- dlls/quartz/pin.h | 133 ------- dlls/quartz/quartz_private.h | 12 +- dlls/quartz/videorenderer.c | 1 - dlls/quartz/vmr9.c | 1 - 12 files changed, 1 insertion(+), 1756 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d44d83b684a8d6c2299d4...