Skip to content

Commit

Permalink
Block library: Remove obsolete deprecations from Heading block
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed May 16, 2019
1 parent 507dcae commit 9fa63c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
66 changes: 0 additions & 66 deletions packages/block-library/src/heading/deprecated.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/block-library/src/heading/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { __ } from '@wordpress/i18n';
/**
* Internal dependencies
*/
import deprecated from './deprecated';
import edit from './edit';
import icon from './icon';
import metadata from './block.json';
Expand All @@ -27,7 +26,6 @@ export const settings = {
anchor: true,
},
transforms,
deprecated,
merge( attributes, attributesToMerge ) {
return {
content: ( attributes.content || '' ) + ( attributesToMerge.content || '' ),
Expand Down

0 comments on commit 9fa63c9

Please sign in to comment.