diff options
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -126,7 +126,6 @@ wl_input_device_create(struct wl_display *display, if (device == NULL) return NULL; - device->base.id = id; device->base.interface = &input_device_interface; device->display = display; device->tool = 1; |