[Spice-devel] [PATCH spice-server 05/10] Do not typedef DisplayChannel twice

Frediano Ziglio fziglio at redhat.com
Mon Oct 17 13:26:40 UTC 2016


Already defined in dcc.h.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 server/stream.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/server/stream.h b/server/stream.h
index 77223c8..a415e43 100644
--- a/server/stream.h
+++ b/server/stream.h
@@ -42,9 +42,6 @@
 #define RED_STREAM_DEFAULT_LOW_START_BIT_RATE (2.5 * 1024 * 1024) // 2.5Mbps
 #define MAX_FPS 30
 
-/* move back to display_channel once struct private */
-typedef struct DisplayChannel DisplayChannel;
-
 typedef struct Stream Stream;
 
 typedef struct RedStreamActivateReportItem {
-- 
2.7.4



More information about the Spice-devel mailing list