>
> From: Marc-André Lureau
>
> cursor_channel_new() is only called from one location, and always passes
> FALSE as the value for the 'migrate' paramater. In addition, this
> parameter is not used within the function. Remove it.
>
> Signed-off-by: Jonathon Jongsma
> ---
> server/cursor-channe
From: Marc-André Lureau
cursor_channel_new() is only called from one location, and always passes
FALSE as the value for the 'migrate' paramater. In addition, this
parameter is not used within the function. Remove it.
Signed-off-by: Jonathon Jongsma
---
server/cursor-channel.c | 2 +-
server/cu