OSDN Git Service

Fixed x64 build of TortoiseProc crashed due to received unexpected messages.
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / LogDlg.cpp
index ea58f83..cc09e5e 100644 (file)
@@ -2147,9 +2147,6 @@ void CLogDlg::SetSplitterRange()
 \r
 LRESULT CLogDlg::OnClickedInfoIcon(WPARAM /*wParam*/, LPARAM lParam)\r
 {\r
-       // FIXME: x64 version would get this function called with unexpected parameters.\r
-       if (!lParam)\r
-               return 0;\r
        RECT * rect = (LPRECT)lParam;\r
        CPoint point;\r
        CString temp;\r