summaryrefslogtreecommitdiff
path: root/src/streamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/streamer.h')
-rw-r--r--src/streamer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/streamer.h b/src/streamer.h
index b47e252..3d867ea 100644
--- a/src/streamer.h
+++ b/src/streamer.h
@@ -33,8 +33,6 @@ struct streamer_struct {
GMainLoop *loop_;
GstElement* sink_;
GThread* thread_;
- char* host_;
- char* port_;
int fd_;
};
typedef struct streamer_struct streamer_t;