mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	gamma-control-v1: Remove dead variable assignment
This commit is contained in:
		
							parent
							
								
									4d68d3759b
								
							
						
					
					
						commit
						2b1c0ffdd0
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -101,7 +101,6 @@ static void gamma_control_handle_set_gamma(struct wl_client *client,
 | 
				
			||||||
		goto error_table;
 | 
							goto error_table;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	close(fd);
 | 
						close(fd);
 | 
				
			||||||
	fd = -1;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	free(gamma_control->table);
 | 
						free(gamma_control->table);
 | 
				
			||||||
	gamma_control->table = table;
 | 
						gamma_control->table = table;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue