Re: [PATCH weston 5/5] main: remove unused argument from backend loaders

2016-06-06 Thread Pekka Paalanen
On Sun, 5 Jun 2016 21:24:18 +0300 Giulio Camuffo wrote: > Maybe it would make sense to squash this with the previous one? Hi, I don't think so. I can't write a commit summary that is both explicit and not listing two different things at the same time, so they really are two different changes.

Re: [PATCH weston 5/5] main: remove unused argument from backend loaders

2016-06-05 Thread Giulio Camuffo
Maybe it would make sense to squash this with the previous one? Cheers, Giulio 2016-06-03 15:41 GMT+03:00 Pekka Paalanen : > From: Pekka Paalanen > > There is no need to pass the backend name string to these functions > anymore. > > Signed-off-by: Pekka Paalanen > --- > src/main.c | 24 ++

[PATCH weston 5/5] main: remove unused argument from backend loaders

2016-06-03 Thread Pekka Paalanen
From: Pekka Paalanen There is no need to pass the backend name string to these functions anymore. Signed-off-by: Pekka Paalanen --- src/main.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/main.c b/src/main.c index 9e970d6..193a845 100644 --