diff options
author | George Hazan <george.hazan@gmail.com> | 2024-11-27 15:24:31 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-11-27 15:24:31 +0300 |
commit | 4a1dd58e4735bf9745c56a7da2d29efcfbdbd612 (patch) | |
tree | b61270d4e3b8217725f8ad6a0973711a1743e8ae /plugins | |
parent | 15b337d3f4caa3fa71160dc93b7caf4f2c098b06 (diff) |
unused code removed
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ExternalAPI/delphi/m_smileyadd.inc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/ExternalAPI/delphi/m_smileyadd.inc b/plugins/ExternalAPI/delphi/m_smileyadd.inc index e9bc62f724..a79202971a 100644 --- a/plugins/ExternalAPI/delphi/m_smileyadd.inc +++ b/plugins/ExternalAPI/delphi/m_smileyadd.inc @@ -111,16 +111,4 @@ const // Code of WM_NOTIFY message (code)
NM_FIREVIEWCHANGE = NM_FIRST+1;
-type
- TSMADD_CONT = record
- hContact:TMCONTACT;
- _type :int; // 0 - directory, 1 - file;
- path :TChar; // smiley category name for reference
- end;
-const
-//Loads all smileys for the contact
-//wParam = (WPARAM) 0; not used
-//lParam = (LPARAM) (SMADD_CONT*) &dir; // pointer to directory to load smiley from
- MS_SMILEYADD_LOADCONTACTSMILEYS:PAnsiChar = 'SmileyAdd/LoadContactSmileys';
-
{$ENDIF}
|