aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/pastebindotcomprotocol.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-09-11 18:20:30 +0200
committerTobias Hunger <tobias.hunger@digia.com>2013-09-11 18:26:10 +0200
commit9603542c562a21c97da5fe8014bfad52a121b550 (patch)
tree7edc5b5143b27b65731fd575cade7ff34c9e323a /src/plugins/cpaster/pastebindotcomprotocol.cpp
parentf728285eda73bacb7eb86c22f4e71027251ae805 (diff)
Codepaster: Remove dead code
Change-Id: I8ee2960cf309f1e1d9db41c848be21c0442ebb29 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/cpaster/pastebindotcomprotocol.cpp')
-rw-r--r--src/plugins/cpaster/pastebindotcomprotocol.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/cpaster/pastebindotcomprotocol.cpp b/src/plugins/cpaster/pastebindotcomprotocol.cpp
index 1873326b60..ccfd920a3c 100644
--- a/src/plugins/cpaster/pastebindotcomprotocol.cpp
+++ b/src/plugins/cpaster/pastebindotcomprotocol.cpp
@@ -216,13 +216,6 @@ void PasteBinDotComProtocol::list()
qDebug() << "list: sending " << url << m_listReply;
}
-static inline void padString(QString *s, int len)
-{
- const int missing = len - s->length();
- if (missing > 0)
- s->append(QString(missing, QLatin1Char(' ')));
-}
-
/* Quick & dirty: Parse out the 'archive' table as of 16.3.2011:
\code
<table class="maintable" cellspacing="0">