user32: Remove unused function.
This commit is contained in:
parent
8145f97efd
commit
b9b2fef0a1
|
@ -273,12 +273,6 @@ inline static void *get_buffer_space( void **buffer, size_t size )
|
|||
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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue