Re: [PATCH libinput 4/5] tablet: remove libinput_tool_(un)ref()

2014-06-26 Thread Peter Hutterer
On Thu, Jun 26, 2014 at 02:31:21AM -0400, Stephen Chandler Paul wrote: > Signed-off-by: Stephen Chandler Paul sorry, this must've been a misunderstanding on IRC: I didn't mean remove those - I was referring to we don't need the ref/unref when adding the tool to the other tablet events. what we

[PATCH libinput 4/5] tablet: remove libinput_tool_(un)ref()

2014-06-25 Thread Stephen Chandler Paul
Signed-off-by: Stephen Chandler Paul --- src/evdev-tablet.c | 1 - src/libinput-private.h | 1 - src/libinput.c | 19 +-- src/libinput.h | 30 +++--- 4 files changed, 4 insertions(+), 47 deletions(-) diff --git a/src/evdev-tablet.c b/