From 260170337928f7c802de67104c988812a0a20ee7 Mon Sep 17 00:00:00 2001 From: micha Date: Sun, 11 Apr 2004 18:08:04 +0000 Subject: [PATCH] remove LM_SETCUROR message git-svn-id: trunk@5401 - --- lcl/nonwin32/messages.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lcl/nonwin32/messages.pp b/lcl/nonwin32/messages.pp index e158f35a85..32887957e9 100644 --- a/lcl/nonwin32/messages.pp +++ b/lcl/nonwin32/messages.pp @@ -40,7 +40,6 @@ const WM_MOUSEMOVE = LM_MOUSEMOVE; WM_NCHITTEST = LM_NCHITTEST; WM_QUIT = LM_QUIT; - WM_SETCURSOR = LM_SETCURSOR; WM_SETFOCUS = LM_SETFOCUS; WM_SIZE = LM_SIZE; WM_SYSCHAR = LM_SYSCHAR; @@ -57,7 +56,6 @@ type TWMMouse = TLMMouse; TWMNCHITTEST = TLMNCHITTEST; TWMSCROLL = TLMSCROLL; - TWMSETCURSOR = TLMSETCURSOR; TWMSetFocus = TLMSetFocus; TWMSIZE = TLMSIZE; TWMHScroll = TLMHScroll;