diff options
author | George Hazan <ghazan@miranda.im> | 2017-07-30 21:40:51 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-07-30 21:40:51 +0300 |
commit | 81af1660759b655e0e65bf2f955ef50e87975a13 (patch) | |
tree | 3fe4b9669bd6232abb99725ed1fa7560e6f19584 /plugins/SmileyAdd/src/smileyroutines.cpp | |
parent | d049eb6dd9de7f10469b62e67afc1485d832b0c3 (diff) |
minor code cleaning
Diffstat (limited to 'plugins/SmileyAdd/src/smileyroutines.cpp')
-rw-r--r-- | plugins/SmileyAdd/src/smileyroutines.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/src/smileyroutines.cpp b/plugins/SmileyAdd/src/smileyroutines.cpp index a56be87b9f..b893fca9fa 100644 --- a/plugins/SmileyAdd/src/smileyroutines.cpp +++ b/plugins/SmileyAdd/src/smileyroutines.cpp @@ -21,7 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <tchar.h>
-ISmileyBase* CreateSmileyObject(SmileyType *sml);
ISmileyBase* CreateAniSmileyObject(SmileyType *sml, COLORREF clr, bool ishpp);
bool g_HiddenTextSupported = true;
|