| Index: ui/views/focus/accelerator_handler_aura.cc
|
| diff --git a/ui/views/focus/accelerator_handler_aura.cc b/ui/views/focus/accelerator_handler_aura.cc
|
| index 8daa0f394e96630f77c1c59cad7e8921c8fb2711..04fe3f422c7b82bb4272a53b0d8e4828b77ed347 100644
|
| --- a/ui/views/focus/accelerator_handler_aura.cc
|
| +++ b/ui/views/focus/accelerator_handler_aura.cc
|
| @@ -17,10 +17,4 @@ bool AcceleratorHandler::Dispatch(const base::NativeEvent& event) {
|
| return true;
|
| }
|
|
|
| -#if defined(USE_X11)
|
| -bool DispatchXEvent(XEvent* xev) {
|
| - return false;
|
| -}
|
| -#endif // defined(USE_X11)
|
| -
|
| } // namespace views
|
|
|