[Spice-devel] [PATCH spice-server 1/2] fixup! Convert RedChannel hierarchy to GObject

Frediano Ziglio fziglio at redhat.com
Thu Oct 20 11:39:40 UTC 2016


Remove unused typedefs.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 server/cursor-channel.h | 1 -
 server/main-channel.h   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/server/cursor-channel.h b/server/cursor-channel.h
index eca9bfe..26b2cbb 100644
--- a/server/cursor-channel.h
+++ b/server/cursor-channel.h
@@ -30,7 +30,6 @@ G_BEGIN_DECLS
  */
 typedef struct CursorChannel CursorChannel;
 typedef struct CursorChannelClass CursorChannelClass;
-typedef struct CursorChannelPrivate CursorChannelPrivate;
 
 #define TYPE_CURSOR_CHANNEL cursor_channel_get_type()
 
diff --git a/server/main-channel.h b/server/main-channel.h
index 5e802d2..9cb3b3e 100644
--- a/server/main-channel.h
+++ b/server/main-channel.h
@@ -40,7 +40,6 @@ G_BEGIN_DECLS
 
 typedef struct MainChannel MainChannel;
 typedef struct MainChannelClass MainChannelClass;
-typedef struct MainChannelPrivate MainChannelPrivate;
 
 GType main_channel_get_type(void) G_GNUC_CONST;
 
-- 
2.7.4



More information about the Spice-devel mailing list