Skip to content

Commit

Permalink
Remove unused deselectBlock prop
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Jul 14, 2017
1 parent 57d068b commit 012c0ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions editor/sidebar/block-inspector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { Panel, PanelBody } from 'components';
* Internal Dependencies
*/
import './style.scss';
import { deselectBlock } from '../../actions';
import { getSelectedBlock } from '../../selectors';

const BlockInspector = ( { selectedBlock } ) => {
Expand All @@ -36,6 +35,5 @@ export default connect(
return {
selectedBlock: getSelectedBlock( state ),
};
},
{ deselectBlock }
}
)( BlockInspector );

0 comments on commit 012c0ee

Please sign in to comment.