Nikolay Sivov : regedit: Remove commented out block.

Alexandre Julliard julliard at winehq.org
Wed Jul 5 15:41:02 CDT 2017


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Jul  5 15:15:01 2017 +0300

regedit: Remove commented out block.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/regedit/listview.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/programs/regedit/listview.c b/programs/regedit/listview.c
index c59d435..dc3152d 100644
--- a/programs/regedit/listview.c
+++ b/programs/regedit/listview.c
@@ -429,18 +429,6 @@ static LRESULT CALLBACK ListWndProc(HWND hWnd, UINT message, WPARAM wParam, LPAR
                 /* if (nmitem->hdr.hwndFrom != hWnd) break; unnecessary because of WM_NOTIFY_REFLECT */
                 /*            if (nmitem->hdr.idFrom != IDW_LISTVIEW) break;  */
                 /*            if (nmitem->hdr.code != ???) break;  */
-#ifdef _MSC_VER
-                switch (nmitem->uKeyFlags) {
-                case LVKF_ALT:     /*  The ALT key is pressed.   */
-                    /* properties dialog box ? */
-                    break;
-                case LVKF_CONTROL: /*  The CTRL key is pressed. */
-                    /* run dialog box for providing parameters... */
-                    break;
-                case LVKF_SHIFT:   /*  The SHIFT key is pressed.    */
-                    break;
-                }
-#endif
                 info.pt.x = nmitem->ptAction.x;
                 info.pt.y = nmitem->ptAction.y;
                 if (SendMessageW(hWnd, LVM_HITTEST, 0, (LPARAM)&info) != -1) {




More information about the wine-cvs mailing list