Skip to content

Commit

Permalink
Remove BlockStyles.Slot empty component (#55991)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored Nov 13, 2023
1 parent 261b00b commit e1c30f8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/block-editor/src/components/block-styles/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
__experimentalTruncate as Truncate,
Popover,
} from '@wordpress/components';
import deprecated from '@wordpress/deprecated';

/**
* Internal dependencies
Expand Down Expand Up @@ -120,12 +119,3 @@ function BlockStyles( { clientId, onSwitch = noop, onHoverClassName = noop } ) {
}

export default BlockStyles;

BlockStyles.Slot = () => {
deprecated( 'BlockStyles.Slot', {
version: '6.4',
since: '6.2',
} );

return null;
};

0 comments on commit e1c30f8

Please sign in to comment.