From a412c2ec1826323e01a2e2535d034edd14511138 Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 28 Jul 2010 17:04:01 +0000 Subject: [PATCH] LCL: clean up git-svn-id: trunk@26876 - --- lcl/forms.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/forms.pp b/lcl/forms.pp index a764a1f910..9a88264861 100644 --- a/lcl/forms.pp +++ b/lcl/forms.pp @@ -1616,7 +1616,7 @@ function GetLongHint(const Hint: string): string; var - Application: TApplication = nil; //bla + Application: TApplication = nil; Screen: TScreen = nil; ExceptionObject: TExceptObject; HintWindowClass: THintWindowClass = THintWindow;