diff options
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r-- | src/gui/chat.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index 45c87ee8..d642459c 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -347,4 +347,3 @@ std::string ChatWindow::cut_string(std::string& value, unsigned int maximumLengt return std::string(""); } - |