diff --git a/packages/block-library/src/file/inspector.js b/packages/block-library/src/file/inspector.js index cc3bb8acad78f..4c686ad5afe6d 100644 --- a/packages/block-library/src/file/inspector.js +++ b/packages/block-library/src/file/inspector.js @@ -10,10 +10,6 @@ import { import { Fragment } from '@wordpress/element'; import { InspectorControls } from '@wordpress/editor'; -function getDownloadButtonHelp( checked ) { - return checked ? __( 'The download button is visible.' ) : __( 'The download button is hidden.' ); -} - export default function FileBlockInspector( { hrefs, openInNewWindow, @@ -51,7 +47,6 @@ export default function FileBlockInspector( {