Module: wine Branch: master Commit: 08de1f4293402cf3573e586285e66ff012d2aad7 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=08de1f4293402cf3573e5862...
Author: Jan Zerebecki jan.wine@zerebecki.de Date: Mon Sep 25 09:31:33 2006 +0200
regedit: Remove dead code.
---
programs/regedit/listview.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/programs/regedit/listview.c b/programs/regedit/listview.c index bddc2b6..bd7b0b6 100644 --- a/programs/regedit/listview.c +++ b/programs/regedit/listview.c @@ -528,7 +528,6 @@ BOOL RefreshListView(HWND hwndLV, HKEY h if (RegQueryValueEx(hKey, NULL, NULL, &valType, valBuf, &valSize) == ERROR_FILE_NOT_FOUND) { AddEntryToList(hwndLV, NULL, REG_SZ, NULL, 0, !highlightValue); } - /*dwValSize = max_val_size; */ for(index = 0; index < val_count; index++) { BOOL bSelected = (valName == highlightValue); /* NOT a bug, we check for double NULL here */ valNameLen = max_val_name_len;