They are no longer used from PE code.
Signed-off-by: Jacek Caban jacek@codeweavers.com --- dlls/win32u/driver.c | 168 ++++++++++++++++---------------- dlls/wineandroid.drv/android.h | 52 +++++----- dlls/wineandroid.drv/init.c | 12 +-- dlls/wineandroid.drv/keyboard.c | 6 +- dlls/wineandroid.drv/window.c | 42 ++++---- dlls/winemac.drv/clipboard.c | 2 +- dlls/winemac.drv/display.c | 17 ++-- dlls/winemac.drv/event.c | 4 +- dlls/winemac.drv/keyboard.c | 20 ++-- dlls/winemac.drv/macdrv.h | 112 ++++++++++----------- dlls/winemac.drv/macdrv_main.c | 4 +- dlls/winemac.drv/mouse.c | 12 +-- dlls/winemac.drv/opengl.c | 2 +- dlls/winemac.drv/vulkan.c | 2 +- dlls/winemac.drv/window.c | 42 ++++---- dlls/winex11.drv/clipboard.c | 2 +- dlls/winex11.drv/display.c | 4 +- dlls/winex11.drv/event.c | 6 +- dlls/winex11.drv/init.c | 4 +- dlls/winex11.drv/keyboard.c | 14 +-- dlls/winex11.drv/mouse.c | 10 +- dlls/winex11.drv/settings.c | 6 +- dlls/winex11.drv/window.c | 54 +++++----- dlls/winex11.drv/x11drv.h | 106 ++++++++++---------- dlls/winex11.drv/x11drv_main.c | 4 +- include/wine/gdi_driver.h | 99 +++++++++---------- 26 files changed, 403 insertions(+), 403 deletions(-)