Skip to content

Commit 2201c9e

Browse files
committed
remove comment
1 parent 3a2fa2a commit 2201c9e

File tree

1 file changed

+0
-14
lines changed
  • src/app/code/community/Zendesk/Zendesk/Block/Adminhtml/Dashboard/Tab/Tickets/Grid

1 file changed

+0
-14
lines changed

src/app/code/community/Zendesk/Zendesk/Block/Adminhtml/Dashboard/Tab/Tickets/Grid/Abstract.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -241,18 +241,4 @@ public function getGridJavascript()
241241

242242
return $js;
243243
}
244-
245-
/**
246-
* Override the parent method so that $this->_prepareCollection() is called first
247-
*
248-
* @return $this
249-
*/
250-
/* protected function _prepareGrid()
251-
{
252-
$this->_prepareCollection();
253-
$this->_prepareColumns();
254-
$this->_prepareMassactionBlock();
255-
256-
return $this;
257-
}*/
258244
}

0 commit comments

Comments
 (0)