From 335831c108e46565824cec682bb0637627811733 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 7 May 2008 14:14:52 +0000 Subject: [PATCH] remove unimplemented IntDrawCaret from caret.h svn path=/trunk/; revision=33342 --- reactos/subsystems/win32/win32k/include/caret.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/reactos/subsystems/win32/win32k/include/caret.h b/reactos/subsystems/win32/win32k/include/caret.h index 7c5bdad8493..6d3a1dac719 100644 --- a/reactos/subsystems/win32/win32k/include/caret.h +++ b/reactos/subsystems/win32/win32k/include/caret.h @@ -18,9 +18,6 @@ co_IntSetCaretPos(int X, int Y); BOOL FASTCALL IntSwitchCaretShowing(PVOID Info); -VOID FASTCALL -IntDrawCaret(HWND hWnd); - BOOL FASTCALL co_UserShowCaret(PWINDOW_OBJECT WindowObject); BOOL FASTCALL co_UserHideCaret(PWINDOW_OBJECT WindowObject);