remove unimplemented IntDrawCaret from caret.h
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 7 May 2008 14:14:52 +0000 (14:14 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 7 May 2008 14:14:52 +0000 (14:14 +0000)
svn path=/trunk/; revision=33342

reactos/subsystems/win32/win32k/include/caret.h

index 7c5bdad..6d3a1da 100644 (file)
@@ -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);