diff options
author | Frediano Ziglio <fziglio@redhat.com> | 2016-10-17 14:10:00 +0100 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2016-10-18 09:45:45 +0100 |
commit | 4121547ba87b89ec4916cbda60f764ce50de5048 (patch) | |
tree | 59971e76e7888772eb994c952117f29b2bb587ff | |
parent | bd322b68e695347ee0325417cbad73dd7cdd7713 (diff) |
Do not typedef DisplayChannel twice
Already defined in dcc.h.
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Pavel Grunt <pgrunt@redhat.com>
-rw-r--r-- | server/stream.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/server/stream.h b/server/stream.h index 77223c88..a415e434 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 { |