diff options
author | George Hazan <george.hazan@gmail.com> | 2024-11-27 16:39:44 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-11-27 16:39:44 +0300 |
commit | 0a2bac03e5bae0e72f02dbb1c6c56b8ab3822024 (patch) | |
tree | d1e388df23afccc3613a288043f154f1ee06a752 /plugins/ExternalAPI | |
parent | 17f6f98d5714db3e3edebb00ca09029ce18e72fe (diff) |
SmileyAdd: another atavism removed
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_smileyadd.h | 20 |
1 files changed, 0 insertions, 20 deletions
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 @@ -51,26 +51,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
// wParam = Contact handle which options have changed, NULL if global options changed
|