diff --git a/tinymce-single/blocks/elements/headings/register.js b/tinymce-single/blocks/elements/headings/register.js index c0afbd701b4c6..b7ca2696c53f8 100644 --- a/tinymce-single/blocks/elements/headings/register.js +++ b/tinymce-single/blocks/elements/headings/register.js @@ -21,8 +21,6 @@ } } ); - buttons.push( 'text-align-center' ); - return buttons; }