From 967362846d1a06bf8fa042fd8e0b3b85650ab57d Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Tue, 8 Nov 2016 00:46:48 -0200 Subject: [PATCH] Remove row control for topSites on new tab page fix #5482 Auditors: @bbondy Test Plan: * there should be no row control for topSites --- js/about/newtab.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/js/about/newtab.js b/js/about/newtab.js index 3e3d30292cf..9e289848d0f 100644 --- a/js/about/newtab.js +++ b/js/about/newtab.js @@ -17,7 +17,6 @@ const aboutActions = require('./aboutActions') const siteUtil = require('../state/siteUtil') const urlutils = require('../lib/urlutil') const siteTags = require('../constants/siteTags') -const cx = require('../lib/classSet.js') const config = require('../constants/config') const backgrounds = require('../data/backgrounds') @@ -262,7 +261,6 @@ class NewTabPage extends React.Component { return null } - const gridLayoutSize = this.gridLayoutSize const gridLayout = this.gridLayout const getLetterFromUrl = (url) => { @@ -285,15 +283,6 @@ class NewTabPage extends React.Component {
-