| Index: ash/common/shelf/wm_shelf_util.cc
|
| diff --git a/ash/common/shelf/wm_shelf_util.cc b/ash/common/shelf/wm_shelf_util.cc
|
| deleted file mode 100644
|
| index 05ba442a59dfa159c59c41a5cc4002770c830248..0000000000000000000000000000000000000000
|
| --- a/ash/common/shelf/wm_shelf_util.cc
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -// Copyright 2016 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "ash/common/shelf/wm_shelf_util.h"
|
| -
|
| -namespace ash {
|
| -
|
| -bool IsHorizontalAlignment(ShelfAlignment alignment) {
|
| - return alignment == SHELF_ALIGNMENT_BOTTOM ||
|
| - alignment == SHELF_ALIGNMENT_BOTTOM_LOCKED;
|
| -}
|
| -
|
| -} // namespace ash
|
|
|