Skip to content

Commit

Permalink
デッドコード削除
Browse files Browse the repository at this point in the history
  • Loading branch information
sanomari committed Oct 26, 2020
1 parent 020f8b7 commit 336cc8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sakura_core/CHokanMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,6 @@ BOOL CHokanMgr::DoHokan( int nVKey )
pcEditView->GetCommander().HandleCommand( F_WordDeleteToStart, false, 0, 0, 0, 0 );
pcEditView->GetCommander().HandleCommand( F_INSTEXT_W, true, (LPARAM)strLabel.data(), strLabel.length(), TRUE, 0 );

// Until here
// pcEditView->GetCommander().HandleCommand( F_INSTEXT_W, true, (LPARAM)(strLabel.data() + m_cmemCurWord.GetLength()), TRUE, 0, 0 );
Hide();

return TRUE;
Expand Down

0 comments on commit 336cc8e

Please sign in to comment.