mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
remove unimplemented IntDrawCaret from caret.h
svn path=/trunk/; revision=33342
This commit is contained in:
parent
9c10e57cee
commit
335831c108
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue