lcl: remove hInstance variable - it is already declared in system unit (fixes bug #0015754)

git-svn-id: trunk@23705 -
This commit is contained in:
paul 2010-02-15 10:25:01 +00:00
parent 6b2027e174
commit 3828145006

View File

@ -146,9 +146,6 @@ type
PHKEY = ^HKEY;
var
hInstance: HINST;
const
INVALID_HANDLE_VALUE = 0;