mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-11-03 09:01:45 -05:00 
			
		
		
		
	remove unneeded variables
This commit is contained in:
		
							parent
							
								
									e645ea8301
								
							
						
					
					
						commit
						19c14b058c
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		
							
								
								
									
										3
									
								
								dwl.c
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								dwl.c
									
										
									
									
									
								
							| 
						 | 
					@ -1625,8 +1625,7 @@ rendermon(struct wl_listener *listener, void *data)
 | 
				
			||||||
	 * generally at the output's refresh rate (e.g. 60Hz). */
 | 
						 * generally at the output's refresh rate (e.g. 60Hz). */
 | 
				
			||||||
	Monitor *m = wl_container_of(listener, m, frame);
 | 
						Monitor *m = wl_container_of(listener, m, frame);
 | 
				
			||||||
	Client *c;
 | 
						Client *c;
 | 
				
			||||||
	LayerSurface *layer;
 | 
						int skip = 0;
 | 
				
			||||||
	int i, skip = 0;
 | 
					 | 
				
			||||||
	struct timespec now;
 | 
						struct timespec now;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Render if no XDG clients have an outstanding resize. */
 | 
						/* Render if no XDG clients have an outstanding resize. */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue