Clean up event performance meta box

This commit is contained in:
Brian Miyaji
2016-02-24 15:47:28 +11:00
parent 803647260b
commit 37bff3bbb0

View File

@@ -140,9 +140,6 @@ class SP_Meta_Box_Event_Performance {
case 1:
$labels[1][ $column->post_name ] = $column->post_title;
break;
case 0:
$labels[0][ $column->post_name ] = $column->post_title;
break;
default:
$labels[0][ $column->post_name ] = $column->post_title;
endswitch;