From b0182dc4e5582dbe118d8466be0a294284ee55e1 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 12 Aug 2009 14:32:08 +0200 Subject: [PATCH] Debug code removal. --- src/common/strings/formatting.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/strings/formatting.cpp b/src/common/strings/formatting.cpp index 5e43a835e..79494ff8e 100644 --- a/src/common/strings/formatting.cpp +++ b/src/common/strings/formatting.cpp @@ -145,8 +145,6 @@ format_paragraph(const std::string &text_to_wrap, const std::string &text_first_line, int wrap_column, const char *break_chars) { - wrap_column += 5; - std::string text = text_first_line; int current_column = utf8_strlen(text);