mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	planner.c: fix warnings about unused variables
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									4c5c7e1733
								
							
						
					
					
						commit
						a3421a08f0
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -975,7 +975,6 @@ bool plan(struct diveplan *diveplan, char **cached_datap, bool is_planner, bool
 | 
				
			||||||
	unsigned int *stoplevels = NULL;
 | 
						unsigned int *stoplevels = NULL;
 | 
				
			||||||
	bool stopping = false;
 | 
						bool stopping = false;
 | 
				
			||||||
	bool pendinggaschange = false;
 | 
						bool pendinggaschange = false;
 | 
				
			||||||
	bool clear_to_ascend;
 | 
					 | 
				
			||||||
	int clock, previous_point_time;
 | 
						int clock, previous_point_time;
 | 
				
			||||||
	int avg_depth, max_depth, bottom_time = 0;
 | 
						int avg_depth, max_depth, bottom_time = 0;
 | 
				
			||||||
	int last_ascend_rate;
 | 
						int last_ascend_rate;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue