This commit is contained in:
Isaac Connor 2021-10-07 12:37:03 -04:00
parent 7079516e09
commit 614750963b
2 changed files with 18 additions and 20 deletions

View File

@ -74,8 +74,6 @@ void RemoteCamera::Initialise() {
if (port.empty())
Fatal("No port specified for remote camera");
//if( path.empty() )
//Fatal( "No path specified for remote camera" );
// Cache as much as we can to speed things up
std::string::size_type authIndex = host.rfind('@');