summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-12-12 21:20:12 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-12-12 21:20:12 (GMT)
commit89728bd0879af2cbca2a0f7cdac0b12e46e4f60d (patch)
tree93b098ad918171379b573f6c1ae47faa476e1987 /Swiften/Client/CoreClient.h
parent3a2e16b04ceaa5db4c385cf55760b55f6af7c663 (diff)
downloadswift-89728bd0879af2cbca2a0f7cdac0b12e46e4f60d.zip
swift-89728bd0879af2cbca2a0f7cdac0b12e46e4f60d.tar.bz2
Remove obsolete Client::connect(JID).
Diffstat (limited to 'Swiften/Client/CoreClient.h')
-rw-r--r--Swiften/Client/CoreClient.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Swiften/Client/CoreClient.h b/Swiften/Client/CoreClient.h
index 146e219..a0c7092 100644
--- a/Swiften/Client/CoreClient.h
+++ b/Swiften/Client/CoreClient.h
@@ -71,7 +71,6 @@ namespace Swift {
*/
void disconnect();
- void connect(const JID& jid);
void connect(const String& host);
/**