diff --git a/Fluent.Ribbon/Controls/MenuItem.cs b/Fluent.Ribbon/Controls/MenuItem.cs
index 70f73159e..13a791150 100644
--- a/Fluent.Ribbon/Controls/MenuItem.cs
+++ b/Fluent.Ribbon/Controls/MenuItem.cs
@@ -652,15 +652,6 @@ protected override void OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs
//e.Handled = true;
}
- ///
- /// Allows KeyTipService to control menu items.
- ///
- ///
- internal void HandleKeyDown(KeyEventArgs e)
- {
- this.OnKeyDown(e);
- }
-
///
/// Responds to the event.
///