Re: [PATCH] compositor: Remove unused weston_surface_to_buffer function

2015-12-01 Thread Derek Foreman
On 01/12/15 03:30 AM, Pekka Paalanen wrote: > On Mon, 30 Nov 2015 10:23:04 -0500 > Chris Michael wrote: > >> The function 'weston_surface_to_buffer' is unused by compositor and >> clients inside weston, so it should be safe to remove this function >> >> Signed-off-by: Chris Michael >> --- >> sr

Re: [PATCH] compositor: Remove unused weston_surface_to_buffer function

2015-12-01 Thread Pekka Paalanen
On Mon, 30 Nov 2015 10:23:04 -0500 Chris Michael wrote: > The function 'weston_surface_to_buffer' is unused by compositor and > clients inside weston, so it should be safe to remove this function > > Signed-off-by: Chris Michael > --- > src/compositor.c | 13 - > src/compositor.h |

[PATCH] compositor: Remove unused weston_surface_to_buffer function

2015-11-30 Thread Chris Michael
The function 'weston_surface_to_buffer' is unused by compositor and clients inside weston, so it should be safe to remove this function Signed-off-by: Chris Michael --- src/compositor.c | 13 - src/compositor.h | 3 --- 2 files changed, 16 deletions(-) diff --git a/src/compositor.c