Re: [PATCH 2/7] shell: remove unused code from screensaver

2012-02-24 Thread Pekka Paalanen
On Fri, 24 Feb 2012 18:08:40 +0200 Tiago Vignatti wrote: > The code being removed is actually never triggered due a race > with the client that has just launched. However the client will > issue an surface_attach to the compositor that will run the same > routines inside map() later a bit. Did y

[PATCH 2/7] shell: remove unused code from screensaver

2012-02-24 Thread Tiago Vignatti
The code being removed is actually never triggered due a race with the client that has just launched. However the client will issue an surface_attach to the compositor that will run the same routines inside map() later a bit. Signed-off-by: Tiago Vignatti --- src/shell.c | 10 -- 1 fil