diff --git a/core-blocks/paragraph/index.js b/core-blocks/paragraph/index.js
index c9b3d36ddddef0..d1e194f800e195 100644
--- a/core-blocks/paragraph/index.js
+++ b/core-blocks/paragraph/index.js
@@ -28,7 +28,6 @@ import {
getColorClass,
withColors,
AlignmentToolbar,
- BlockAlignmentToolbar,
BlockControls,
ContrastChecker,
InspectorControls,
@@ -145,7 +144,6 @@ class ParagraphBlock extends Component {
content,
dropCap,
placeholder,
- width,
} = attributes;
const fontSize = this.getFontSize();
@@ -227,12 +225,6 @@ class ParagraphBlock extends Component {
} }
isLargeText={ fontSize >= 18 }
/>
-