diff --git a/typo3/sysext/backend/Classes/Toolbar/ToolbarItemInterface.php b/typo3/sysext/backend/Classes/Toolbar/ToolbarItemInterface.php index e5f42ca384e85b122eaef86027c6909bf916bfbc..5b0bc27e42f9074d119c0e6422d921067b0e4d94 100644 --- a/typo3/sysext/backend/Classes/Toolbar/ToolbarItemInterface.php +++ b/typo3/sysext/backend/Classes/Toolbar/ToolbarItemInterface.php @@ -17,9 +17,6 @@ namespace TYPO3\CMS\Backend\Toolbar; /** * Interface for classes which extend the backend by adding items to the top toolbar - * - * @TODO: This interface is FIRST DRAFT and still WILL CHANGE - * @see https://forge.typo3.org/issues/62928 */ interface ToolbarItemInterface {