From efc02a8c0f65487d9a5ef6f07bc4eecf843b3e01 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Mon, 14 Sep 2020 18:42:44 +0100 Subject: [PATCH] spicevmc: Remove unused declarations Signed-off-by: Frediano Ziglio Acked-by: Uri Lublin --- server/spicevmc.cpp | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/server/spicevmc.cpp b/server/spicevmc.cpp index fb7a2517..43604f08 100644 --- a/server/spicevmc.cpp +++ b/server/spicevmc.cpp @@ -98,23 +98,6 @@ struct RedVmcChannel: public RedChannel RedStatCounter out_uncompressed; }; -struct RedVmcChannelUsbredir final: public RedVmcChannel -{ - RedVmcChannelUsbredir(); -}; - - -struct RedVmcChannelWebdav final: public RedVmcChannel -{ - RedVmcChannelWebdav(); -}; - - -struct RedVmcChannelPort final: public RedVmcChannel -{ - RedVmcChannelPort(); -}; - class VmcChannelClient final: public RedChannelClient {