Author: tkreuzer Date: Wed May 7 09:14:52 2008 New Revision: 33342
URL: http://svn.reactos.org/svn/reactos?rev=33342&view=rev Log: remove unimplemented IntDrawCaret from caret.h
Modified: trunk/reactos/subsystems/win32/win32k/include/caret.h
Modified: trunk/reactos/subsystems/win32/win32k/include/caret.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/inc... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/include/caret.h [iso-8859-1] (original) +++ trunk/reactos/subsystems/win32/win32k/include/caret.h [iso-8859-1] Wed May 7 09:14:52 2008 @@ -18,9 +18,6 @@ BOOL FASTCALL IntSwitchCaretShowing(PVOID Info);
-VOID FASTCALL -IntDrawCaret(HWND hWnd); - BOOL FASTCALL co_UserShowCaret(PWINDOW_OBJECT WindowObject);
BOOL FASTCALL co_UserHideCaret(PWINDOW_OBJECT WindowObject);