diff --git a/app/dialplan/dialplan_edit.php b/app/dialplan/dialplan_edit.php index 25b3b7082a..2b5329623b 100644 --- a/app/dialplan/dialplan_edit.php +++ b/app/dialplan/dialplan_edit.php @@ -497,12 +497,6 @@ else { //dialplan details if ($action == "update") { - - //define the alternating row styles - $c = 0; - $row_style["0"] = "row_style0"; - $row_style["1"] = "row_style1"; - ?>