10 Nov
2025
10 Nov
'25
8:55 p.m.
Esme Povirk (@madewokherd) commented about dlls/sane.ds/sane_i.h:
extern TW_UINT16 SANE_SaneCapability (pTW_CAPABILITY pCapability, TW_UINT16 action); extern TW_UINT16 SANE_SaneSetDefaults (void); extern void SANE_Notify (TW_UINT16 message); +extern TW_UINT16 SANE_Start(void); +extern void SANE_Cancel(void); I've been told in the past not to add unused code, and instead introduce new functions in the same commit that uses them.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9397#note_121411