From 17b96127998f9210b0cdc91f7703ae193a887eb0 Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 31 2016 21:09:44 +0000 Subject: nt_tty.h: removed enum _nt_tty_info_class (not in use, not needed). --- diff --git a/include/ntapi/nt_tty.h b/include/ntapi/nt_tty.h index ebcb4d5..4c626c2 100644 --- a/include/ntapi/nt_tty.h +++ b/include/ntapi/nt_tty.h @@ -87,12 +87,6 @@ typedef enum _nt_tty_session_type { } nt_tty_session_type; -typedef enum _nt_tty_info_class { - NT_TTY_SESSION_INFORMATION, - NT_TTY_INFORMATION_CAP -} nt_tty_info_class; - - typedef enum _nt_pty_info_class { NT_PTY_BASIC_INFORMATION, NT_PTY_CLIENT_INFORMATION,