summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2013-02-04 11:05:56 +0100
committerPierre Rossi <pierre.rossi@gmail.com>2013-11-01 13:57:47 +0100
commit27c78b641ad35adf8094643ec14694781b1efa58 (patch)
tree2b58cd1935ddb266d019a9a4dba4f0945e37301e /src
parent908a58fc969ae389018bd0d674c565cac81f0f09 (diff)
downloadqtwebchannel-27c78b641ad35adf8094643ec14694781b1efa58.tar.gz
Remove dead code
Change-Id: I4bde0ed21e61009f7ac021b6539b2999e9fb14a8 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/qwebchannel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qwebchannel.h b/src/qwebchannel.h
index 12834a8..3a92c09 100644
--- a/src/qwebchannel.h
+++ b/src/qwebchannel.h
@@ -62,9 +62,6 @@ public slots:
void noop();
void send(const QString& stringData);
-private slots:
- void closeIfNotRetained();
-
private:
QPointer<QTcpSocket> socket;
QTimer* autoDeleteTimer;