Alexandre Julliard : windowscodecs: Remove the no longer used icns encoder.
Module: wine Branch: master Commit: bc58b627b025a8bdb9f4abea09a1630ca1f3961f URL: https://source.winehq.org/git/wine.git/?a=commit;h=bc58b627b025a8bdb9f4abea0... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Oct 27 12:05:47 2021 +0200 windowscodecs: Remove the no longer used icns encoder. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/windowscodecs/Makefile.in | 2 - dlls/windowscodecs/clsfactory.c | 1 - dlls/windowscodecs/icnsencoder.c | 295 -------------------------- dlls/windowscodecs/main.c | 14 -- dlls/windowscodecs/regsvr.c | 15 -- dlls/windowscodecs/unix_lib.c | 3 - dlls/windowscodecs/wincodecs_private.h | 5 - dlls/windowscodecs/windowscodecs_wincodec.idl | 7 - 8 files changed, 342 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=bc58b627b025a8bdb9f4a...
participants (1)
-
Alexandre Julliard