diff --git a/doc/terminator_config.5 b/doc/terminator_config.5
index 610c6767..e577a3d3 100644
--- a/doc/terminator_config.5
+++ b/doc/terminator_config.5
@@ -498,9 +498,6 @@ Default value: \fBUTF-8\fR
If set to True, text selections will be automatically copied to the clipboard, in addition to being made the Primary selection.
Default value: \fBFalse\fR
.TP
-.B rewrap_on_resize \fR(boolean)
-If True, the terminal contents are rewrapped when the terminal's width changes. Warning: This might be slow if you have a huge scrollback buffer.
-Default value: \fBTrue\fR
.SH layouts
diff --git a/terminatorlib/config.py b/terminatorlib/config.py
index 3e069e21..d5a7b2f1 100644
--- a/terminatorlib/config.py
+++ b/terminatorlib/config.py
@@ -250,7 +250,6 @@ DEFAULTS = {
'force_no_bell' : False,
'cycle_term_tab' : True,
'copy_on_selection' : False,
- 'rewrap_on_resize' : True,
'split_to_group' : False,
'autoclean_groups' : True,
'http_proxy' : '',
diff --git a/terminatorlib/preferences.glade b/terminatorlib/preferences.glade
index ab7b02ee..773cf4ac 100644
--- a/terminatorlib/preferences.glade
+++ b/terminatorlib/preferences.glade
@@ -1752,23 +1752,6 @@
4
-
-
-
- False
- False
- 5
-
-