Re: [PATCH weston] libinput: remove unused #define

2015-10-18 Thread Jonas Ã…dahl
On Mon, Oct 19, 2015 at 06:59:46AM +1000, Peter Hutterer wrote:
> On Sat, Oct 17, 2015 at 06:00:35PM +0300, Giulio Camuffo wrote:
> > ---
> >  src/libinput-device.c | 2 --
> >  1 file changed, 2 deletions(-)
> > 
> > diff --git a/src/libinput-device.c b/src/libinput-device.c
> > index 9fe1627..13440df 100644
> > --- a/src/libinput-device.c
> > +++ b/src/libinput-device.c
> > @@ -40,8 +40,6 @@
> >  #include "libinput-device.h"
> >  #include "shared/helpers.h"
> >  
> > -#define DEFAULT_AXIS_STEP_DISTANCE wl_fixed_from_int(10)
> > -
> >  void
> >  evdev_led_update(struct evdev_device *device, enum weston_led weston_leds)
> >  {
> > -- 
> > 2.6.1
> > 
> 
> Reviewed-by: Peter Hutterer 

Pushed:
   c6e6dc7..49da7ae  master -> master

Jonas

> 
> Cheers,
>Peter
> ___
> wayland-devel mailing list
> wayland-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


Re: [PATCH weston] libinput: remove unused #define

2015-10-18 Thread Peter Hutterer
On Sat, Oct 17, 2015 at 06:00:35PM +0300, Giulio Camuffo wrote:
> ---
>  src/libinput-device.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/src/libinput-device.c b/src/libinput-device.c
> index 9fe1627..13440df 100644
> --- a/src/libinput-device.c
> +++ b/src/libinput-device.c
> @@ -40,8 +40,6 @@
>  #include "libinput-device.h"
>  #include "shared/helpers.h"
>  
> -#define DEFAULT_AXIS_STEP_DISTANCE wl_fixed_from_int(10)
> -
>  void
>  evdev_led_update(struct evdev_device *device, enum weston_led weston_leds)
>  {
> -- 
> 2.6.1
> 

Reviewed-by: Peter Hutterer 

Cheers,
   Peter
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


[PATCH weston] libinput: remove unused #define

2015-10-17 Thread Giulio Camuffo
---
 src/libinput-device.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/libinput-device.c b/src/libinput-device.c
index 9fe1627..13440df 100644
--- a/src/libinput-device.c
+++ b/src/libinput-device.c
@@ -40,8 +40,6 @@
 #include "libinput-device.h"
 #include "shared/helpers.h"
 
-#define DEFAULT_AXIS_STEP_DISTANCE wl_fixed_from_int(10)
-
 void
 evdev_led_update(struct evdev_device *device, enum weston_led weston_leds)
 {
-- 
2.6.1

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel