diff --git a/include/transport/Transport.h b/include/transport/Transport.h index c72094e868353a3fd6d48ecf871387f0b118bec2..4a190a8d4dc3814a03be27df8f419e619d887770 100644 --- a/include/transport/Transport.h +++ b/include/transport/Transport.h @@ -101,10 +101,6 @@ namespace Transport { Config *getConfig() { return m_config; } - bool isRawXMLEnabled() { - return m_rawXML; - } - /// It's emitted only for presences addressed to transport itself /// (for example to="j2j.domain.tld") and for presences comming to /// MUC (for example to="#chat%irc.freenode.org@irc.domain.tld") @@ -142,7 +138,6 @@ namespace Transport { Swift::JID m_jid; Factory *m_factory; Swift::EventLoop *m_loop; - bool m_rawXML; Frontend *m_frontend; friend class User;