diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-07-08 18:51:36 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-07-08 18:53:04 (GMT) |
commit | 092d1572c2c8378ca9f48a6b2ecb57bc5f2c2161 (patch) | |
tree | b19712e2e5703f132c899272012419455c354ccd /Swift/Controllers/UIInterfaces | |
parent | 3f64b385d1a3afe0f88c64820c6fdb8a7eb395e2 (diff) | |
download | swift-contrib-092d1572c2c8378ca9f48a6b2ecb57bc5f2c2161.zip swift-contrib-092d1572c2c8378ca9f48a6b2ecb57bc5f2c2161.tar.bz2 |
Removing setJID again.
Diffstat (limited to 'Swift/Controllers/UIInterfaces')
-rw-r--r-- | Swift/Controllers/UIInterfaces/ChatWindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Swift/Controllers/UIInterfaces/ChatWindow.h b/Swift/Controllers/UIInterfaces/ChatWindow.h index 946cd2c..f65328d 100644 --- a/Swift/Controllers/UIInterfaces/ChatWindow.h +++ b/Swift/Controllers/UIInterfaces/ChatWindow.h @@ -29,8 +29,6 @@ namespace Swift { ChatWindow() {} virtual ~ChatWindow() {}; - virtual void setJID(const JID& jid) = 0; - /** Add message to window. * @return id of added message (for acks). */ |