diff options
author | Remko Tronçon <git@el-tramo.be> | 2012-06-17 08:01:40 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2012-06-17 08:01:40 (GMT) |
commit | 334d96a441635113c761534007912a4963cb0e13 (patch) | |
tree | 37382d71d19bb399f8a481d130ef42891ee357cd /Swiften/Session/BOSHSessionStream.h | |
parent | f171bc207c2a7371ac6924ff467049dd0258aa00 (diff) | |
download | swift-contrib-334d96a441635113c761534007912a4963cb0e13.zip swift-contrib-334d96a441635113c761534007912a4963cb0e13.tar.bz2 |
Remove some unused private variables.
Diffstat (limited to 'Swiften/Session/BOSHSessionStream.h')
-rw-r--r-- | Swiften/Session/BOSHSessionStream.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Swiften/Session/BOSHSessionStream.h b/Swiften/Session/BOSHSessionStream.h index 99851b5..290a4c5 100644 --- a/Swiften/Session/BOSHSessionStream.h +++ b/Swiften/Session/BOSHSessionStream.h @@ -87,11 +87,6 @@ namespace Swift { private: BOSHConnectionPool* connectionPool; bool available; - PayloadParserFactoryCollection* payloadParserFactories; - PayloadSerializerCollection* payloadSerializers; - TLSContextFactory* tlsContextFactory; - TimerFactory* timerFactory; - XMLParserFactory* xmlParserFactory; XMPPLayer* xmppLayer; ProtocolHeader streamHeader; EventLoop* eventLoop; |