mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Clean up not used variables
This commit is contained in:
		
							parent
							
								
									b6685da35b
								
							
						
					
					
						commit
						009eaccd42
					
				
					 2 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
					@ -232,7 +232,6 @@ struct sway_config {
 | 
				
			||||||
	int32_t floating_maximum_height;
 | 
						int32_t floating_maximum_height;
 | 
				
			||||||
	int32_t floating_minimum_width;
 | 
						int32_t floating_minimum_width;
 | 
				
			||||||
	int32_t floating_minimum_height;
 | 
						int32_t floating_minimum_height;
 | 
				
			||||||
	char *floating_minimum_size;
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -178,8 +178,6 @@ static void config_defaults(struct sway_config *config) {
 | 
				
			||||||
	config->floating_minimum_width = 75;
 | 
						config->floating_minimum_width = 75;
 | 
				
			||||||
	config->floating_minimum_height = 50;
 | 
						config->floating_minimum_height = 50;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	config->floating_minimum_size = strdup("");
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	// Flags
 | 
						// Flags
 | 
				
			||||||
	config->focus_follows_mouse = true;
 | 
						config->focus_follows_mouse = true;
 | 
				
			||||||
	config->mouse_warping = true;
 | 
						config->mouse_warping = true;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue