From 4a1dd58e4735bf9745c56a7da2d29efcfbdbd612 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 27 Nov 2024 15:24:31 +0300 Subject: unused code removed --- plugins/ExternalAPI/delphi/m_smileyadd.inc | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'plugins') 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} -- cgit v1.2.3