From 46386a0f3729209dcfe044dfc45d68a6f820d6a8 Mon Sep 17 00:00:00 2001 From: skalogryz Date: Wed, 27 May 2015 01:42:13 +0000 Subject: [PATCH] richmemo: win32 clean up hints git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4155 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/richmemo/win32/win32richmemo.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/richmemo/win32/win32richmemo.pas b/components/richmemo/win32/win32richmemo.pas index 4ddaeedd3..8044dfc82 100644 --- a/components/richmemo/win32/win32richmemo.pas +++ b/components/richmemo/win32/win32richmemo.pas @@ -1285,8 +1285,6 @@ end; // The function doesn't use Windows 7 (Vista?) animations. And should. function ThemedNCPaint(AWindow: Windows.HANDLE; RichMemo: TCustomRichMemo; WParam: WParam; LParam: LParam; var Handled: Boolean): LResult; -var - hdc : Windows.HDC; begin // When theming is enabled, and the component should have a border around it, // let the theme manager handle it