mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
evdev: remove dead code
ClutterDeviceManager uses g_object_new directly, to pass the necessary properties down. https://bugzilla.gnome.org/show_bug.cgi?id=705710
This commit is contained in:
@ -57,7 +57,6 @@ typedef struct _ClutterInputDeviceEvdev ClutterInputDeviceEvdev;
|
||||
|
||||
GType clutter_input_device_evdev_get_type (void) G_GNUC_CONST;
|
||||
|
||||
ClutterInputDeviceEvdev * _clutter_input_device_evdev_new (void);
|
||||
const gchar * _clutter_input_device_evdev_get_sysfs_path (ClutterInputDeviceEvdev *device);
|
||||
const gchar * _clutter_input_device_evdev_get_device_path (ClutterInputDeviceEvdev *device);
|
||||
|
||||
|
Reference in New Issue
Block a user