Eeschema: remove a line which uses a non existing enum value.

This commit is contained in:
jean-pierre charras 2016-10-04 10:26:58 +02:00
parent 89e7d89223
commit 1d05076761
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ bool SCH_EDIT_FRAME::OnHotKey( wxDC* aDC, int aHotKey, const wxPoint& aPosition,
case HK_ZOOM_REDRAW:
case HK_ZOOM_CENTER:
case HK_ZOOM_AUTO:
case HK_ZOOM_SELECTION:
// case HK_ZOOM_SELECTION:
case HK_MOVEBLOCK_TO_DRAGBLOCK: // Switch to drag mode, when block moving
case HK_SAVE_BLOCK: // Copy block to paste buffer.
cmd.SetId( hotKey->m_IdMenuEvent );