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;
|
||||
struct dive *dive;
|
||||
depth_t depth;
|
||||
int i;
|
||||
const char *unit = NULL;
|
||||
bool need_pagebreak = false;
|
||||
|
||||
struct membuffer buf = {};
|
||||
|
|
Loading…
Add table
Reference in a new issue