diff --git a/core-blocks/paragraph/index.js b/core-blocks/paragraph/index.js
index f2b9054696fa16..46caaa810c14bb 100644
--- a/core-blocks/paragraph/index.js
+++ b/core-blocks/paragraph/index.js
@@ -29,7 +29,6 @@ import {
getColorClass,
withColors,
AlignmentToolbar,
- BlockAlignmentToolbar,
BlockControls,
ColorPalette,
ContrastChecker,
@@ -142,7 +141,6 @@ class ParagraphBlock extends Component {
content,
dropCap,
placeholder,
- width,
} = attributes;
const fontSize = this.getFontSize();
@@ -234,12 +232,6 @@ class ParagraphBlock extends Component {
} }
isLargeText={ fontSize >= 18 }
/>
-