From 44223012ce0fa631cc5af6fc588166bccc3a66f6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 3 Mar 2016 14:07:30 +0000 Subject: - more obsolete shit removed; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16404 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SmileyAdd/src/stdafx.h | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'plugins/SmileyAdd/src/stdafx.h') diff --git a/plugins/SmileyAdd/src/stdafx.h b/plugins/SmileyAdd/src/stdafx.h index 66e7f9f93a..f45b5a5365 100644 --- a/plugins/SmileyAdd/src/stdafx.h +++ b/plugins/SmileyAdd/src/stdafx.h @@ -101,15 +101,7 @@ extern LIST menuHandleArray; #define IDC_SMLBUTTON (WM_USER + 33) -/////////////////////////////////////////////////// -// -//defines from miranda im sources (undocumented!) -// -#define MI_IDC_LOG 1001 //rich edit -#define MI_IDC_MESSAGE 1002 //edit control -#define MI_IDC_QUOTE 1034 //button control -#define MI_IDC_NAME 1009 //text control -#define MI_IDC_ADD 1070 //Add button. +#define MI_IDC_ADD 1070 // Add button #define DM_REMAKELOG (WM_USER + 11) #define DM_OPTIONSAPPLIED (WM_USER + 14) @@ -125,14 +117,13 @@ extern LIST menuHandleArray; void InstallDialogBoxHook(void); void RemoveDialogBoxHook(void); int UpdateSrmmDlg(WPARAM wParam, LPARAM lParam); -bool IsOldSrmm(void); //functions for general use (defined in general.cpp) -int CalculateTextHeight(HDC hdc, CHARFORMAT2* chf); +int CalculateTextHeight(HDC hdc, CHARFORMAT2 *chf); const TCHAR* GetImageExt(CMString &fname); MCONTACT DecodeMetaContact(MCONTACT hContact); -bool IsSmileyProto(char* proto); +bool IsSmileyProto(char *proto); HICON ImageList_GetIconFixed (HIMAGELIST himl, INT i, UINT fStyle); @@ -155,6 +146,6 @@ void RichEditData_Destroy(void); void CloseSmileys(void); int CheckForTip(int x, int y, HWND hwnd, TCHAR **smltxt); -void UrlDecode(char* str); +void UrlDecode(char *str); #endif -- cgit v1.2.3