Skip to content

Commit

Permalink
Remove unused Tracking method
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Sep 8, 2020
1 parent 3c21cf1 commit 8c8e542
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions libraries/classes/Tracking.php
Expand Up @@ -91,29 +91,6 @@ public function filter(
return $tmp_entries;
}

/**
* Function to get html for activate/deactivate tracking
*
* @param string $action activate|deactivate
* @param string $urlQuery url query
* @param int $lastVersion last version
*
* @return string HTML
*/
public function getHtmlForActivateDeactivateTracking(
$action,
$urlQuery,
$lastVersion
) {
return $this->template->render('table/tracking/activate_deactivate', [
'action' => $action,
'url_query' => $urlQuery,
'last_version' => $lastVersion,
'db' => $GLOBALS['db'],
'table' => $GLOBALS['table'],
]);
}

/**
* Function to get the list versions of the table
*/
Expand Down

0 comments on commit 8c8e542

Please sign in to comment.