From 52106a09f28b17e3130d70aaca672877c981f0ff Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Mon, 16 Feb 2015 11:52:43 +0000 Subject: [PATCH] [SERVICES] Remove unused prototype. svn path=/trunk/; revision=66315 --- reactos/base/system/services/services.h | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/base/system/services/services.h b/reactos/base/system/services/services.h index 503eb068679..0eda7ca019f 100644 --- a/reactos/base/system/services/services.h +++ b/reactos/base/system/services/services.h @@ -199,7 +199,6 @@ VOID ScmLogEvent(DWORD dwEventId, WORD wType, WORD wStrings, LPCWSTR *lpStrings); -LPWSTR ScmGetResourceString(UINT uID); VOID ScmWaitForLsa(VOID); #endif /* _SERVICES_H */ -- 2.17.1