input-device-x11: Remove more dead code
It seems this API has never been used..
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user