From 98754cba726f6b099152468d91638a616ab7ca94 Mon Sep 17 00:00:00 2001 From: Roman Peresipkyn Date: Tue, 20 Sep 2016 16:33:09 +0300 Subject: [PATCH] do not reset eom output_mode variable Change-Id: If615acd2406117682cfba8438b8f30a9cab4640d Signed-off-by: Roman Peresipkyn --- src/eom.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/eom.c b/src/eom.c index 348b58f..0045c26 100644 --- a/src/eom.c +++ b/src/eom.c @@ -281,7 +281,6 @@ _eom_reset_output_info(eom_output_info *output_info) { RET_IF_FAIL(output_info != NULL); - output_info->output_mode = EOM_OUTPUT_MODE_NONE; output_info->width = 0; output_info->height = 0; output_info->mm_width = 0; -- 2.7.4