mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Remove testing only Hamlib dummy rig model
This commit is contained in:
		
							parent
							
								
									f3a08bfb3f
								
							
						
					
					
						commit
						91d7c0124f
					
				@ -65,6 +65,13 @@ namespace
 | 
				
			|||||||
  {
 | 
					  {
 | 
				
			||||||
    TransceiverFactory::Transceivers * rigs = reinterpret_cast<TransceiverFactory::Transceivers *> (callback_data);
 | 
					    TransceiverFactory::Transceivers * rigs = reinterpret_cast<TransceiverFactory::Transceivers *> (callback_data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // We can't use this one because it is only for testing Hamlib and
 | 
				
			||||||
 | 
					    // would confuse users, possibly causing operating on the wrong frequency!
 | 
				
			||||||
 | 
					    if (RIG_MODEL_DUMMY_NOVFO == caps->rig_model)
 | 
				
			||||||
 | 
					      {
 | 
				
			||||||
 | 
					        return 1;
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    QString key;
 | 
					    QString key;
 | 
				
			||||||
    if (RIG_MODEL_DUMMY == caps->rig_model)
 | 
					    if (RIG_MODEL_DUMMY == caps->rig_model)
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user