Module: wine Branch: master Commit: 026c7fc6b52f26b75de920f57766c807a329610d URL: https://gitlab.winehq.org/wine/wine/-/commit/026c7fc6b52f26b75de920f57766c80...
Author: Zebediah Figura zfigura@codeweavers.com Date: Wed Sep 6 17:41:14 2023 -0500
objsel: Merge factory.c into objsel.c.
A separate file for the class factory is not justified.
---
dlls/objsel/Makefile.in | 1 - dlls/objsel/factory.c | 152 ------------------------------------------- dlls/objsel/objsel.c | 151 ++++++++++++++++++++++++++++++++++++------ dlls/objsel/objsel_private.h | 43 ------------ 4 files changed, 131 insertions(+), 216 deletions(-)