mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	v4l2-device: remove unused member variable device_name
This variable was introduced in the initial commit but never used. Just remove it.
This commit is contained in:
		
							parent
							
								
									0d422f00dd
								
							
						
					
					
						commit
						22d668a8a0
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -49,7 +49,6 @@ static const char default_device[] = "/dev/video0";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct props {
 | 
					struct props {
 | 
				
			||||||
	char device[64];
 | 
						char device[64];
 | 
				
			||||||
	char device_name[128];
 | 
					 | 
				
			||||||
	int device_fd;
 | 
						int device_fd;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue