Module: wine Branch: master Commit: 510f7ee01d80640e71a24916e00d0560b0ce75ee URL: https://gitlab.winehq.org/wine/wine/-/commit/510f7ee01d80640e71a24916e00d056...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Dec 8 15:35:20 2022 +0100
winspool.drv: Remove a no longer used inline function.
No longer used since e164b8cefb9dfbf0af5b83e176a386eb2c490d6b.
---
dlls/winspool.drv/info.c | 9 --------- 1 file changed, 9 deletions(-)
diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c index 602237fc5d7..bc55d7f6d73 100644 --- a/dlls/winspool.drv/info.c +++ b/dlls/winspool.drv/info.c @@ -484,15 +484,6 @@ ret: return ret; }
-/****************************************************************** - * verify, that the filename is a local file - * - */ -static inline BOOL is_local_file(LPWSTR name) -{ - return (name[0] && (name[1] == ':') && (name[2] == '\')); -} - /* ################################ */
static int multi_sz_lenA(const char *str)