mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unused variables
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9c0e2fc823
commit
3b30009d7a
2 changed files with 4 additions and 7 deletions
|
|
@ -824,7 +824,6 @@ static void calculate_gas_information_new(struct dive *dive, struct plot_info *p
|
|||
{
|
||||
int i;
|
||||
double amb_pressure;
|
||||
struct gas_pressures pressures;
|
||||
|
||||
for (i = 1; i < pi->nr; i++) {
|
||||
int fo2, fhe;
|
||||
|
|
@ -894,9 +893,7 @@ static void debug_print_profiledata(struct plot_info *pi)
|
|||
*/
|
||||
void create_plot_info_new(struct dive *dive, struct divecomputer *dc, struct plot_info *pi)
|
||||
{
|
||||
FILE *f1;
|
||||
int i, o2, he, o2low;
|
||||
struct plot_data *entry;
|
||||
int o2, he, o2low;
|
||||
init_decompression(dive);
|
||||
/* Create the new plot data */
|
||||
free((void *)last_pi_entry_new);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue