| Index: ui/app_list/contents_view.cc
|
| diff --git a/ui/app_list/contents_view.cc b/ui/app_list/contents_view.cc
|
| index 076dd1f0ffe64d6d90ab80572474ad66734921f4..beda907a8c7c4d6e55b77f657d627b3b6d64e8c0 100644
|
| --- a/ui/app_list/contents_view.cc
|
| +++ b/ui/app_list/contents_view.cc
|
| @@ -21,8 +21,6 @@ namespace app_list {
|
| namespace {
|
|
|
| const int kPreferredIconDimension = 48;
|
| -const int kPreferredCols = 4;
|
| -const int kPreferredRows = 4;
|
|
|
| // Indexes of interesting views in ViewModel of ContentsView.
|
| const int kIndexAppsGrid = 0;
|
|
|