[Spice-devel] [PATCH 2/5] removed unused red_qxl_set_mm_time
Victor Toso
lists at victortoso.com
Thu Mar 24 11:40:55 UTC 2016
Hi,
On Thu, Mar 24, 2016 at 08:52:59AM +0000, Frediano Ziglio wrote:
> This helper call a deprecated callback.
>
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Victor Toso <victortoso at redhat.com>
> ---
> server/red-qxl.c | 6 ------
> server/red-qxl.h | 1 -
> 2 files changed, 7 deletions(-)
>
> diff --git a/server/red-qxl.c b/server/red-qxl.c
> index fbce510..c8e1378 100644
> --- a/server/red-qxl.c
> +++ b/server/red-qxl.c
> @@ -657,12 +657,6 @@ static void qxl_worker_loadvm_commands(QXLWorker *qxl_worker,
> red_qxl_loadvm_commands(qxl_state, ext, count);
> }
>
> -void red_qxl_set_mm_time(QXLInstance *qxl, uint32_t mm_time)
> -{
> - QXLInterface *interface = qxl_get_interface(qxl);
> - interface->set_mm_time(qxl, mm_time);
> -}
> -
> void red_qxl_attach_worker(QXLInstance *qxl)
> {
> QXLInterface *interface = qxl_get_interface(qxl);
> diff --git a/server/red-qxl.h b/server/red-qxl.h
> index c7996e2..b1ebbe1 100644
> --- a/server/red-qxl.h
> +++ b/server/red-qxl.h
> @@ -26,7 +26,6 @@ typedef struct AsyncCommand AsyncCommand;
>
> void red_qxl_init(SpiceServer *reds, QXLInstance *qxl);
>
> -void red_qxl_set_mm_time(QXLInstance *qxl, uint32_t);
> void red_qxl_on_ic_change(QXLInstance *qxl, SpiceImageCompression ic);
> void red_qxl_on_sv_change(QXLInstance *qxl, int sv);
> void red_qxl_set_mouse_mode(QXLInstance *qxl, uint32_t mode);
> --
> 2.5.5
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
More information about the Spice-devel
mailing list