Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / win32ss / user / winsrv / consrv_new / coninput.h
diff --git a/reactos/win32ss/user/winsrv/consrv_new/coninput.h b/reactos/win32ss/user/winsrv/consrv_new/coninput.h
deleted file mode 100644 (file)
index 2655cd8..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * COPYRIGHT:       See COPYING in the top level directory
- * PROJECT:         ReactOS Console Server DLL
- * FILE:            win32ss/user/winsrv/consrv_new/coninput.h
- * PURPOSE:         Console Input functions
- * PROGRAMMERS:     Jeffrey Morlan
- *                  Hermes Belusca-Maito (hermes.belusca@sfr.fr)
- */
-
-#pragma once
-
-VOID FASTCALL PurgeInputBuffer(PCONSOLE Console);
-
-VOID NTAPI
-ConDrvProcessKey(IN PCONSOLE Console,
-                 IN BOOLEAN Down,
-                 IN UINT VirtualKeyCode,
-                 IN UINT VirtualScanCode,
-                 IN WCHAR UnicodeChar,
-                 IN ULONG ShiftState,
-                 IN BYTE KeyStateCtrl);
-
-/* EOF */