remove unused elem in cb_info 30/78930/1 accepted/tizen/common/20160707.172122 accepted/tizen/ivi/20160707.120803 accepted/tizen/mobile/20160707.120702 accepted/tizen/tv/20160707.120723 accepted/tizen/wearable/20160707.120743 submit/tizen/20160707.103558
authorEunhae Choi <eunhae1.choi@samsung.com>
Thu, 7 Jul 2016 10:44:29 +0000 (19:44 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Thu, 7 Jul 2016 10:44:29 +0000 (19:44 +0900)
Change-Id: Idd09aa458859e508d766a52765b370c1e31ee55c

include/player_private.h

index f5b7761..925cdb7 100644 (file)
@@ -90,7 +90,6 @@ typedef struct _callback_cb_info {
        gpointer user_data[MUSE_PLAYER_EVENT_TYPE_NUM];
        GMutex player_mutex;
        GCond player_cond[MUSE_PLAYER_API_MAX];
-       GList *packet_list;
        GMutex data_mutex;
        gboolean block_seek_cb;
        GMutex seek_cb_mutex;