Remove unused variables

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-12-26 12:52:20 -08:00
parent d34e789c03
commit c8c4f8f0b9

View file

@ -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 = {};