Another unused variable

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-08-26 14:48:05 -07:00
parent 0c410aaf5d
commit 548c062aa5

View file

@ -242,7 +242,6 @@ void DiveLogExportDialog::export_TeX(const char *filename, const bool selected_o
struct units *units = get_units();
const char *unit;
int i;
int tmp;
bool need_pagebreak = false;
struct membuffer buf = {};