comctl32: Remove unneeded shadow variables for comboex.

This commit is contained in:
André Hentschel 2012-04-18 00:11:01 +02:00 committed by Alexandre Julliard
parent d66dacce68
commit 4598c48041
1 changed files with 0 additions and 3 deletions

View File

@ -1381,8 +1381,6 @@ static LRESULT COMBOEX_DrawItem (const COMBOEX_INFO *infoPtr, DRAWITEMSTRUCT con
item = infoPtr->edit;
if (infoPtr->hwndEdit) {
INT len;
/* free previous text of edit item */
COMBOEX_FreeText(item);
item->mask &= ~CBEIF_TEXT;
@ -2076,7 +2074,6 @@ COMBOEX_ComboWndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam,
* For EN_CHANGE this issues the same calls and messages
* as the native seems to do.
*/
WCHAR edit_text[260];
LPCWSTR lastwrk;
cmp_func_t cmptext = get_cmp_func(infoPtr);