[wininet] Remove unused function

Paul Vriens paul.vriens.wine at gmail.com
Mon Feb 5 13:04:05 CST 2007


Hi,

Removal of an unused function. I see Alexandre is back so I will start sending 
the ftp patches soon.

Changelog
   Remove unused function

Cheers,

Paul.
-------------- next part --------------
diff --git a/dlls/wininet/internet.h b/dlls/wininet/internet.h
index 846e705..55e480b 100644
--- a/dlls/wininet/internet.h
+++ b/dlls/wininet/internet.h
@@ -71,13 +71,6 @@ typedef struct
 #endif
 } WININET_NETCONNECTION;
 
-inline static LPSTR WININET_strdup( LPCSTR str )
-{
-    LPSTR ret = HeapAlloc( GetProcessHeap(), 0, strlen(str) + 1 );
-    if (ret) strcpy( ret, str );
-    return ret;
-}
-
 inline static LPWSTR WININET_strdupW( LPCWSTR str )
 {
     LPWSTR ret = HeapAlloc( GetProcessHeap(), 0, (strlenW(str) + 1)*sizeof(WCHAR) );
-- 
1.4.4.4



More information about the wine-patches mailing list