diff --git a/packages/block-library/src/video/edit.js b/packages/block-library/src/video/edit.js index a2b7e7cfad7583..84492ec552c154 100644 --- a/packages/block-library/src/video/edit.js +++ b/packages/block-library/src/video/edit.js @@ -54,7 +54,6 @@ class VideoEdit extends Component { this.videoPlayer = createRef(); this.posterImageButton = createRef(); - this.toggleAttribute = this.toggleAttribute.bind( this ); this.onSelectURL = this.onSelectURL.bind( this ); this.onSelectPoster = this.onSelectPoster.bind( this ); this.onRemovePoster = this.onRemovePoster.bind( this );