diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-29 21:25:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-29 21:25:53 +0300 |
commit | cc3d5628fade322f81abad8715d3d2ab031bc8b6 (patch) | |
tree | c468e340e8506353afd71fcc34256a2f9175c7fc /plugins/SmileyAdd/src/smileys.h | |
parent | b65ebafbb15e8e69cfa5aba221b6fd9fab1f41c7 (diff) |
fixes #1044
Diffstat (limited to 'plugins/SmileyAdd/src/smileys.h')
-rw-r--r-- | plugins/SmileyAdd/src/smileys.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/src/smileys.h b/plugins/SmileyAdd/src/smileys.h index b0f1371d8e..6eca91c18b 100644 --- a/plugins/SmileyAdd/src/smileys.h +++ b/plugins/SmileyAdd/src/smileys.h @@ -182,7 +182,6 @@ private: void AddTriggersToSmileyLookup(void);
void ReplaceAllSpecials(const CMStringW &Input, CMStringW &Output);
- bool LoadSmileyFileMSL(CMStringW &tbuf, bool onlyInfo, CMStringW &modpath);
public:
SmileyPackType();
|