Removed obsolete variable

This commit is contained in:
Sebastian Pölsterl 2008-11-10 20:59:35 +01:00 committed by Wim Taymans
parent ea0531e461
commit c91ec684e9

View file

@ -63,7 +63,6 @@ struct _GstRTSPClient {
GstRTSPMedia *media; GstRTSPMedia *media;
GstRTSPSessionPool *pool; GstRTSPSessionPool *pool;
GstRTSPSession *session;
GThread *thread; GThread *thread;
}; };