From 2858e30882b230184f2e361b9071c6b25648ea95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 31 Jul 2017 18:14:32 +0200 Subject: [PATCH] Drop unused static variables in client.cpp Credits to clang for finding those. --- client.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/client.cpp b/client.cpp index 9467867c4a..d3df0e1c08 100644 --- a/client.cpp +++ b/client.cpp @@ -1424,12 +1424,6 @@ QString Client::readName() const // The list is taken from http://www.unicode.org/reports/tr9/ (#154840) static const QChar LRM(0x200E); -static const QChar RLM(0x200F); -static const QChar LRE(0x202A); -static const QChar RLE(0x202B); -static const QChar LRO(0x202D); -static const QChar RLO(0x202E); -static const QChar PDF(0x202C); void Client::setCaption(const QString& _s, bool force) {