mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Remove redundant declaration of set_userid()
set_userid() was declared in core/dive.h and dektop_widgets/subsurfacewebservices.h. Remove the second instance because two declarations of the same function are a recipe for disaster. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
		
							parent
							
								
									3649963bc4
								
							
						
					
					
						commit
						a7d71ea167
					
				
					 1 changed files with 0 additions and 8 deletions
				
			
		| 
						 | 
					@ -110,12 +110,4 @@ slots:
 | 
				
			||||||
	virtual void buttonClicked(QAbstractButton *button) { Q_UNUSED(button) }
 | 
						virtual void buttonClicked(QAbstractButton *button) { Q_UNUSED(button) }
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef __cplusplus
 | 
					 | 
				
			||||||
extern "C" {
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
extern void set_userid(char *user_id);
 | 
					 | 
				
			||||||
#ifdef __cplusplus
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#endif // SUBSURFACEWEBSERVICES_H
 | 
					#endif // SUBSURFACEWEBSERVICES_H
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue