diff options
Diffstat (limited to 'remoting/host/desktop_session_agent.h')
-rw-r--r-- | remoting/host/desktop_session_agent.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/remoting/host/desktop_session_agent.h b/remoting/host/desktop_session_agent.h index ae9961e..9f8c905 100644 --- a/remoting/host/desktop_session_agent.h +++ b/remoting/host/desktop_session_agent.h @@ -37,7 +37,6 @@ class DesktopEnvironment; class DesktopEnvironmentFactory; class DisconnectWindow; class InputInjector; -class LocalInputMonitor; class RemoteInputFilter; class ScreenControls; class ScreenResolution; @@ -228,10 +227,6 @@ class DesktopSessionAgent // Executes keyboard, mouse and clipboard events. scoped_ptr<InputInjector> input_injector_; - // Monitor local inputs to allow remote inputs to be blocked while the local - // user is trying to do something. - scoped_ptr<LocalInputMonitor> local_input_monitor_; - // Tracker used to release pressed keys and buttons when disconnecting. scoped_ptr<protocol::InputEventTracker> input_tracker_; |