Index: remoting/client/client_config.h |
diff --git a/remoting/client/client_config.h b/remoting/client/client_config.h |
index 4ae32780ef999f77acf1f65d68509b058c5425ff..bf8474bd87e87058582cefe7da28b3791b9851ac 100644 |
--- a/remoting/client/client_config.h |
+++ b/remoting/client/client_config.h |
@@ -23,7 +23,6 @@ struct ClientConfig { |
std::string host_public_key; |
std::string shared_secret; |
- bool use_v1_authenticator; |
std::vector<protocol::AuthenticationMethod> authentication_methods; |
std::string authentication_tag; |
}; |