From 6fbefcc3c332f8624047a2aed6ad3e69bd071516 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Tue, 31 May 2016 10:40:23 +0100 Subject: [PATCH] Remove obsolete comment AGENT_CONNECT with token count is implemented by agent_connected_tokens message. Signed-off-by: Frediano Ziglio Acked-by: Jonathon Jongsma --- server/char-device.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/char-device.h b/server/char-device.h index 2dd848f2..1ada7638 100644 --- a/server/char-device.h +++ b/server/char-device.h @@ -182,8 +182,6 @@ int red_char_device_restore(RedCharDevice *dev, * instead we just reset it. * In addition, there is a misshandling of AGENT_TOKENS message in spice-gtk: it * overrides the amount of tokens, instead of adding the given amount. - * - * todo: change AGENT_CONNECT msg to contain tokens count. */ void red_char_device_reset(RedCharDevice *dev);