Drop unused static variables in client.cpp
Credits to clang for finding those.
This commit is contained in:
parent
e713df1886
commit
2858e30882
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue