diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_notes.h')
-rw-r--r-- | protocols/JabberG/src/jabber_notes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_notes.h b/protocols/JabberG/src/jabber_notes.h index c2867970b3..3f0613a044 100644 --- a/protocols/JabberG/src/jabber_notes.h +++ b/protocols/JabberG/src/jabber_notes.h @@ -77,7 +77,6 @@ public: OBJLIST<CNoteItem>::remove(p);
}
- void AddNote(TiXmlElement *hXml, const char *szFrom = nullptr);
void LoadXml(const TiXmlElement *hXml);
void SaveXml(TiXmlElement *hXmlParent);
|