Re: [PATCH weston 1/2] desktop-shell: remove dead unminimization code

2015-03-27 Thread Pekka Paalanen
On Mon, 16 Feb 2015 11:52:13 +0100 Manuel Bachmann wrote: > From: Manuel Bachmann > > The "set_minimized(surface, 0)" function call was never > used anywhere, and not really respecting naming > conventions. > > Signed-off-by: Manuel Bachmann > --- > desktop-shell/shell.c | 33 ++---

[PATCH weston 1/2] desktop-shell: remove dead unminimization code

2015-02-16 Thread Manuel Bachmann
From: Manuel Bachmann The "set_minimized(surface, 0)" function call was never used anywhere, and not really respecting naming conventions. Signed-off-by: Manuel Bachmann --- desktop-shell/shell.c | 33 ++--- 1 file changed, 10 insertions(+), 23 deletions(-) diff