Remove unused typedefs.

Signed-off-by: Frediano Ziglio <[email protected]>
---
 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

_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to