| Index: ui/app_list/contents_view.cc
|
| diff --git a/ui/app_list/contents_view.cc b/ui/app_list/contents_view.cc
|
| index fbbb1b1ec6aeedf146880fa6383000e710f4a364..6d9a2e86af432af3cee5d3d30c564179e06c2b58 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;
|
|
|