mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unused variables
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d34e789c03
commit
c8c4f8f0b9
1 changed files with 0 additions and 2 deletions
|
@ -236,9 +236,7 @@ void DiveLogExportDialog::export_TeX(const char *filename, const bool selected_o
|
||||||
{
|
{
|
||||||
FILE *f;
|
FILE *f;
|
||||||
struct dive *dive;
|
struct dive *dive;
|
||||||
depth_t depth;
|
|
||||||
int i;
|
int i;
|
||||||
const char *unit = NULL;
|
|
||||||
bool need_pagebreak = false;
|
bool need_pagebreak = false;
|
||||||
|
|
||||||
struct membuffer buf = {};
|
struct membuffer buf = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue