remove unimplemented IntDrawCaret from caret.h

svn path=/trunk/; revision=33342
This commit is contained in:
Timo Kreuzer 2008-05-07 14:14:52 +00:00
parent 9c10e57cee
commit 335831c108

View 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);