sdm: Remove unused function in rect utility

Remove unused function Union of regions in rect utility.

CRs-Fixed: 935432
Change-Id: I6bbe65342d3d3b132668334d334d2225a4d7b7e2
This commit is contained in:
Manoj Kumar AVM
2015-11-05 13:31:17 -08:00
committed by Gerrit - the friendly Code Review server
parent b8067a42ed
commit ddca4e7dfd
2 changed files with 0 additions and 11 deletions

View File

@@ -42,7 +42,6 @@ namespace sdm {
void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi);
void Normalize(const uint32_t &align_x, const uint32_t &align_y, LayerRect *rect);
LayerRect Union(const LayerRect &rect1, const LayerRect &rect2);
LayerRect Union(const LayerRectArray &rects);
LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2);
LayerRect Subtract(const LayerRect &rect1, const LayerRect &rect2);
LayerRect Reposition(const LayerRect &rect1, const int &x_offset, const int &y_offset);