diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-09 18:52:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-09 18:52:41 +0000 |
commit | 22d99727a04633c5f1ac7100220886e4f8fe6fd2 (patch) | |
tree | 557eca39300fc76313ad034c474caafec46fa756 /plugins/SmileyAdd/src/smileyroutines.cpp | |
parent | d35ed3d17fa323a1b819bb1b24157eaafb70f136 (diff) |
nasty error messageBox removed from SmileyAdd and replaced with a popup
git-svn-id: http://svn.miranda-ng.org/main/trunk@3944 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SmileyAdd/src/smileyroutines.cpp')
-rw-r--r-- | plugins/SmileyAdd/src/smileyroutines.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/SmileyAdd/src/smileyroutines.cpp b/plugins/SmileyAdd/src/smileyroutines.cpp index 11ea5e6d01..63440e4a83 100644 --- a/plugins/SmileyAdd/src/smileyroutines.cpp +++ b/plugins/SmileyAdd/src/smileyroutines.cpp @@ -510,17 +510,8 @@ void ReplaceSmileys(HWND hwnd, SmileyPackType* smp, SmileyPackCType* smcp, const TextDocument->Release();
RichEditOle->Release();
-
-/*
- QueryPerformanceCounter(&end);
- unsigned dif = (end.QuadPart - strt.QuadPart)/(freq.QuadPart/1000);
- TCHAR mess[300];
- wsprintf(mess, _T("Time elapsed: %u"), dif);
- MessageBox(NULL, mess, _T(""), MB_OK);
-*/
}
-
void ReplaceSmileysWithText(HWND hwnd, CHARRANGE& sel, bool keepFrozen)
{
IRichEditOle* RichEditOle = NULL;
|