surface_queue: remove tail list in queue 19/69119/1
authorSangjin Lee <lsj119@samsung.com>
Wed, 11 May 2016 22:50:13 +0000 (07:50 +0900)
committerSangjin Lee <lsj119@samsung.com>
Wed, 11 May 2016 22:50:13 +0000 (07:50 +0900)
commit640ca58e908c60d2673bc91f4c33d688088c27a3
treeeeb5e283a67aac62b3801b46185aa681d89b45bd
parent1f8c4ccedbb2b30cc81f4b28452eaaf0d6210117
surface_queue: remove tail list in queue

the list is double-linked list, so do not need tail.

Change-Id: I25f808dd0fb4209b543798026711759c45df3a96
src/tbm_surface_queue.c [changed mode: 0755->0644]