Dead code

This commit is contained in:
Marc Delisle 2012-10-20 10:04:39 -04:00
parent b3a593c68e
commit 4605bd5f0c

View File

@ -2724,7 +2724,6 @@ class PMA_DisplayResults
$field_type_class
= $this->_getClassForDateTimeRelatedFields($meta->type);
$pointer = $i;
$is_field_truncated = false;
// combine all the classes applicable to this column's value
$class = $this->_getClassesForColumn(
@ -2855,11 +2854,6 @@ class PMA_DisplayResults
if ($meta->numeric == 1) {
// n u m e r i c
// if two fields have the same name (this is possible
// with self-join queries, for example), using $meta->name
// will show both fields NULL even if only one is NULL,
// so use the $pointer
$vertical_display['data'][$row_no][$i]
= $this->_getDataCellForNumericColumns(
$row[$i], $class, $condition_field, $meta, $map,