diff --git a/core/legacy/Statistics/SubpanelLeadsTotal.php b/core/legacy/Statistics/SubpanelLeadsTotal.php deleted file mode 100644 index 623749cb6..000000000 --- a/core/legacy/Statistics/SubpanelLeadsTotal.php +++ /dev/null @@ -1,39 +0,0 @@ -setId(self::KEY); - $statistic->setData([ - 'value' => '4' - ]); - - $statistic->setMetadata([ - 'type' => 'single-value-statistic', - 'dataType' => 'int', - ]); - - return $statistic; - } -}