Module: wine Branch: master Commit: 2d56e775370489352518ec990302a348cf764343 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2d56e775370489352518ec9903...
Author: Gerald Pfeifer gerald@pfeifer.com Date: Sat Aug 23 19:09:34 2014 +0200
jscript: Remove unused propertyIsEnumerableW and isPrototypeOfW.
---
dlls/jscript/date.c | 3 --- 1 file changed, 3 deletions(-)
diff --git a/dlls/jscript/date.c b/dlls/jscript/date.c index d40d80f..81b714f 100644 --- a/dlls/jscript/date.c +++ b/dlls/jscript/date.c @@ -48,9 +48,6 @@ typedef struct {
static const WCHAR toStringW[] = {'t','o','S','t','r','i','n','g',0}; static const WCHAR toLocaleStringW[] = {'t','o','L','o','c','a','l','e','S','t','r','i','n','g',0}; -static const WCHAR propertyIsEnumerableW[] = - {'p','r','o','p','e','r','t','y','I','s','E','n','u','m','e','r','a','b','l','e',0}; -static const WCHAR isPrototypeOfW[] = {'i','s','P','r','o','t','o','t','y','p','e','O','f',0}; static const WCHAR valueOfW[] = {'v','a','l','u','e','O','f',0}; static const WCHAR toUTCStringW[] = {'t','o','U','T','C','S','t','r','i','n','g',0}; static const WCHAR toGMTStringW[] = {'t','o','G','M','T','S','t','r','i','n','g',0};