From 0a2bac03e5bae0e72f02dbb1c6c56b8ab3822024 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 27 Nov 2024 16:39:44 +0300 Subject: SmileyAdd: another atavism removed --- plugins/ExternalAPI/m_smileyadd.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_smileyadd.h b/plugins/ExternalAPI/m_smileyadd.h index 1667c678d7..f9bc17ea6a 100644 --- a/plugins/ExternalAPI/m_smileyadd.h +++ b/plugins/ExternalAPI/m_smileyadd.h @@ -50,26 +50,6 @@ struct SMADD_RICHEDIT #define MS_SMILEYADD_REPLACESMILEYS "SmileyAdd/ReplaceSmileys" -///////////////////////////////////////////////////////////////////////////////////////// -// gets button smiley icon -// wParam = (WPARAM) 0; not used -// lParam = (LPARAM) (SMADD_INFO2*) &smgi; //pointer to SMADD_INFO2 -// return: TRUE if API succeeded (all parameters were valid) , FALSE if not. - -struct SMADD_INFO -{ - char *Protocolname; - HICON ButtonIcon; // RETURN VALUE: this is filled with the icon handle - // of the smiley that can be used on the button - // if used with GETINFO2 handle must be destroyed by user! - // NULL if the buttonicon is not defined... - int NumberOfVisibleSmileys; // Number of visible smileys defined. - int NumberOfSmileys; // Number of total smileys defined -}; - -#define MS_SMILEYADD_GETINFO "SmileyAdd/GetInfo" -#define MS_SMILEYADD_GETINFO2 "SmileyAdd/GetInfo2" - ///////////////////////////////////////////////////////////////////////////////////////// // Event notifies that SmileyAdd options have changed // Message dialogs usually need to redraw it's content on reception of this event -- cgit v1.2.3