Skip to content

Commit

Permalink
Remove unused ticksize set()s. #1424
Browse files Browse the repository at this point in the history
  • Loading branch information
pippinsplugins committed Dec 9, 2013
1 parent 806b6e8 commit fc97255
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions includes/admin/reporting/graphing.php
Expand Up @@ -175,8 +175,6 @@ function edd_reports_graph() {
$graph = new EDD_Graph( $data );
$graph->set( 'x_mode', 'time' );
$graph->set( 'multiple_y_axes', true );
$graph->set( 'x_ticksize_unit', $tick_size );
$graph->set( 'x_ticksize', $tick_size );
$graph->display();

$estimated = edd_estimated_monthly_stats();
Expand Down

0 comments on commit fc97255

Please sign in to comment.