libinput: remove unused #define

Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Giulio Camuffo 2015-10-17 18:00:35 +03:00 committed by Jonas Ådahl
parent c6e6dc78c1
commit 49da7aeb25

View File

@ -40,8 +40,6 @@
#include "libinput-device.h" #include "libinput-device.h"
#include "shared/helpers.h" #include "shared/helpers.h"
#define DEFAULT_AXIS_STEP_DISTANCE wl_fixed_from_int(10)
void void
evdev_led_update(struct evdev_device *device, enum weston_led weston_leds) evdev_led_update(struct evdev_device *device, enum weston_led weston_leds)
{ {