Skip to content

Commit

Permalink
Remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jul 2, 2024
1 parent 6495425 commit b25d3db
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/block-editor/src/hooks/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,6 @@ export function BackgroundImagePanel( {
return null;
}

/*
const defaultControls = getBlockSupport( name, [
BACKGROUND_SUPPORT_KEY,
'__experimentalDefaultControls',
] );
*/

const onChange = ( newStyle ) => {
setAttributes( {
style: cleanEmptyObject( newStyle ),
Expand Down

0 comments on commit b25d3db

Please sign in to comment.