mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
input-device-x11: Remove more dead code
It seems this API has never been used..
This commit is contained in:
parent
e62cf4745f
commit
01707f0da9
@ -77,24 +77,3 @@ static void
|
||||
clutter_input_device_x11_init (ClutterInputDeviceX11 *self)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
_clutter_input_device_x11_set_keycodes (ClutterInputDeviceX11 *device_x11,
|
||||
int min_keycode,
|
||||
int max_keycode)
|
||||
{
|
||||
device_x11->min_keycode = min_keycode;
|
||||
device_x11->max_keycode = max_keycode;
|
||||
}
|
||||
|
||||
int
|
||||
_clutter_input_device_x11_get_min_keycode (ClutterInputDeviceX11 *device_x11)
|
||||
{
|
||||
return device_x11->min_keycode;
|
||||
}
|
||||
|
||||
int
|
||||
_clutter_input_device_x11_get_max_keycode (ClutterInputDeviceX11 *device_x11)
|
||||
{
|
||||
return device_x11->max_keycode;
|
||||
}
|
||||
|
@ -39,12 +39,6 @@ typedef struct _ClutterInputDeviceX11 ClutterInputDeviceX11;
|
||||
|
||||
GType _clutter_input_device_x11_get_type (void) G_GNUC_CONST;
|
||||
|
||||
void _clutter_input_device_x11_set_keycodes (ClutterInputDeviceX11 *device_x11,
|
||||
int min_keycode,
|
||||
int max_keycode);
|
||||
int _clutter_input_device_x11_get_min_keycode (ClutterInputDeviceX11 *device_x11);
|
||||
int _clutter_input_device_x11_get_max_keycode (ClutterInputDeviceX11 *device_x11);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __CLUTTER_INPUT_DEVICE_X11_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user