mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Parser: remove global variable dive_id
This variable was only used in the divinglog_dive() function. There, it was initialized right at the beginning and therefore there seems to be no point in conserving its value across function-calls. Make the variable local and remove the global version. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
8ddbe50d29
commit
b01cba13c5
3 changed files with 1 additions and 4 deletions
|
@ -55,7 +55,6 @@ extern struct dive_table dive_table;
|
|||
extern struct dive_table *target_table;
|
||||
|
||||
extern int metric;
|
||||
extern int diveid;
|
||||
|
||||
int trimspace(char *buffer);
|
||||
void clear_table(struct dive_table *table);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue