spacing
This commit is contained in:
parent
7079516e09
commit
614750963b
|
@ -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('@');
|
||||
|
|
Loading…
Reference in New Issue