Re: [PATCH] main: Remove unused function load_backend_new()

2015-12-01 Thread Pekka Paalanen
On Mon, 30 Nov 2015 14:25:25 -0800 Bryce Harrington wrote: > On Mon, Nov 30, 2015 at 02:54:41PM -0600, Derek Foreman wrote: > > On 30/11/15 02:51 PM, Chris Michael wrote: > > > This function is unused throughout the entire weston source tree, so > > > remove it. It seems that the "load_backend"

Re: [PATCH] main: Remove unused function load_backend_new()

2015-11-30 Thread Bryce Harrington
On Mon, Nov 30, 2015 at 02:54:41PM -0600, Derek Foreman wrote: > On 30/11/15 02:51 PM, Chris Michael wrote: > > This function is unused throughout the entire weston source tree, so > > remove it. It seems that the "load_backend" function is the one > > currently being used > > > > Signed-off-by: C

Re: [PATCH] main: Remove unused function load_backend_new()

2015-11-30 Thread Derek Foreman
On 30/11/15 02:51 PM, Chris Michael wrote: > This function is unused throughout the entire weston source tree, so > remove it. It seems that the "load_backend" function is the one > currently being used > > Signed-off-by: Chris Michael That warning's been bugging me for a while - I think it's fo

[PATCH] main: Remove unused function load_backend_new()

2015-11-30 Thread Chris Michael
This function is unused throughout the entire weston source tree, so remove it. It seems that the "load_backend" function is the one currently being used Signed-off-by: Chris Michael --- src/main.c | 17 - 1 file changed, 17 deletions(-) diff --git a/src/main.c b/src/main.c inde