Skip to content

Commit

Permalink
Dev: Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Mar 25, 2020
1 parent 8ecea58 commit f9f5daf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/controllers/admin/responses.php
Expand Up @@ -1057,8 +1057,6 @@ public function setSession($unset = false, $sid = null)
*/
protected function _renderWrappedTemplate($sAction = '', $aViewUrls = array(), $aData = array(), $sRenderFile = false)
{
// TODO: Remove unused code.
// App()->getClientScript()->registerScriptFile( App()->getConfig('adminscripts') . 'browse.js');
App()->getClientScript()->registerCssFile(App()->getConfig('publicstyleurl').'browse.css');

$iSurveyId = $aData['iSurveyId'];
Expand Down

0 comments on commit f9f5daf

Please sign in to comment.