| Index: base/message_pump_glib_x.h
|
| diff --git a/base/message_pump_glib_x.h b/base/message_pump_glib_x.h
|
| index ed29e6a777e2c1cb5643b13df08aed741e249cd8..7ccc0f9b2ebbc638010c9ddde79d065da6ac442d 100644
|
| --- a/base/message_pump_glib_x.h
|
| +++ b/base/message_pump_glib_x.h
|
| @@ -57,13 +57,11 @@ class MessagePumpGlibX : public MessagePumpForUI {
|
| // processed so that GDK doesn't get to them.
|
| void InitializeEventsToCapture(void);
|
|
|
| -#if defined(HAVE_XINPUT2)
|
| // Initialize X2 input.
|
| void InitializeXInput2(void);
|
|
|
| // The opcode used for checking events.
|
| int xiopcode_;
|
| -#endif
|
|
|
| // The event source for GDK events.
|
| GSource* gdksource_;
|
|
|