| Index: ash/shelf/shelf_util.cc
|
| diff --git a/ash/shelf/shelf_util.cc b/ash/shelf/shelf_util.cc
|
| index 41c50007fe180168941b1b840bd68e95187ea039..70fa02b23ca17402fae4907284ef128904445cbf 100644
|
| --- a/ash/shelf/shelf_util.cc
|
| +++ b/ash/shelf/shelf_util.cc
|
| @@ -58,9 +58,4 @@ const ShelfItemDetails* GetShelfItemDetailsForWindow(
|
| return window->GetProperty(kShelfItemDetailsKey);
|
| }
|
|
|
| -bool IsHorizontalAlignment(wm::ShelfAlignment alignment) {
|
| - return alignment == wm::SHELF_ALIGNMENT_BOTTOM ||
|
| - alignment == wm::SHELF_ALIGNMENT_BOTTOM_LOCKED;
|
| -}
|
| -
|
| } // namespace ash
|
|
|