Andrew Talbot : user32: Remove unused function.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Feb 6 08:03:27 CST 2007


Module: wine
Branch: master
Commit: b9b2fef0a19f69f90db189820a38a302f15f7071
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b9b2fef0a19f69f90db189820a38a302f15f7071

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Mon Feb  5 21:20:51 2007 +0000

user32: Remove unused function.

---

 dlls/user32/message.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/dlls/user32/message.c b/dlls/user32/message.c
index 89f7495..4a4f7c3 100644
--- a/dlls/user32/message.c
+++ b/dlls/user32/message.c
@@ -273,12 +273,6 @@ inline static void *get_buffer_space( vo
     return ret;
 }
 
-/* retrieve a string pointer from packed data */
-inline static LPWSTR get_string( void **buffer )
-{
-    return get_data( buffer, (strlenW( (LPWSTR)*buffer ) + 1) * sizeof(WCHAR) );
-}
-
 /* check whether a combobox expects strings or ids in CB_ADDSTRING/CB_INSERTSTRING */
 inline static BOOL combobox_has_strings( HWND hwnd )
 {




More information about the wine-cvs mailing list