Remove dead code

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-01-16 06:02:39 -05:00
parent ca62fa66e0
commit 6d56ef9c4d
2 changed files with 2 additions and 4 deletions

View File

@ -129,5 +129,5 @@ if ($cfgRelation['pdfwork']) {
);
}
$response->addHTML($db_qbe->getSelectionForm($cfgRelation));
$response->addHTML($db_qbe->getSelectionForm());
?>

View File

@ -1420,11 +1420,9 @@ class PMA_DbQbe
/**
* Provides the generated QBE form
*
* @param array $cfgRelation Relation Settings
*
* @return string QBE form
*/
public function getSelectionForm($cfgRelation)
public function getSelectionForm()
{
$html_output = '<form action="db_qbe.php" method="post" id="formQBE">';
$html_output .= '<fieldset>';