pixman vregion: remove unused function. submit/tizen/20191004.064529
authorHermet Park <hermetpark@gmail.com>
Fri, 4 Oct 2019 06:39:12 +0000 (15:39 +0900)
committerHermet Park <hermetpark@gmail.com>
Fri, 4 Oct 2019 06:41:39 +0000 (15:41 +0900)
commit5e24b448e7c7b74b1e00198153f3f1eb638be3de
tree85e465624784706901318c673bc7e0cba36265bb
parent80186215cfdd73c769ee3715d6e78890438d0ebe
pixman vregion: remove unused function.

Thatis acutally wrong that might access invalid data.

The below line, memory indexing

box_type_t *box = PIXREGION_RECTS(reg) + index;

won't work properly since the reg memory is not the exact box_type_t.

Change-Id: I872235580de839a1cc19aad8c5e7564ae56cc68e
src/vector/pixman/vregion.cpp