Commit 510f7ee0 authored by Alexandre Julliard's avatar Alexandre Julliard

winspool.drv: Remove a no longer used inline function.

No longer used since e164b8ce.
parent 57c58be7
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment