Skip to content

Commit

Permalink
removed duplicate definition
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Apr 12, 2019
1 parent 1841c21 commit 74c28dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/block-library/src/video/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ class VideoEdit extends Component {
}
const videoPosterDescription = `video-block__poster-image-description-${ instanceId }`;

const editImageIcon = ( <SVG width={ 20 } height={ 20 } viewBox="0 0 20 20"><Rect x={ 11 } y={ 3 } width={ 7 } height={ 5 } rx={ 1 } /><Rect x={ 2 } y={ 12 } width={ 7 } height={ 5 } rx={ 1 } /><Path d="M13,12h1a3,3,0,0,1-3,3v2a5,5,0,0,0,5-5h1L15,9Z" /><Path d="M4,8H3l2,3L7,8H6A3,3,0,0,1,9,5V3A5,5,0,0,0,4,8Z" /></SVG> );

/* eslint-disable jsx-a11y/no-static-element-interactions, jsx-a11y/onclick-has-role, jsx-a11y/click-events-have-key-events */
return (
<Fragment>
Expand Down

0 comments on commit 74c28dd

Please sign in to comment.