diff --git a/src/Form/TimesheetEditForm.php b/src/Form/TimesheetEditForm.php
index 02a8cc17b..14b7bce2b 100644
--- a/src/Form/TimesheetEditForm.php
+++ b/src/Form/TimesheetEditForm.php
@@ -53,7 +53,6 @@ class TimesheetEditForm extends AbstractType
         $project = null;
         $customer = null;
         $currency = false;
-        $begin = null;
         $customerCount = $this->customers->countCustomer(true);
         $timezone = $options['timezone'];
         $isNew = true;