From abb5767d1e118a2e4387f87f920909def1f77d85 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 25 Dec 2018 22:20:01 +0100 Subject: [PATCH] fix error: redeclaration of 'int hw_caps::has_button_vformat' Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/3f2ae40af46056efa42262870aaa73f762d3a8e4 Author: vanhofen Date: 2018-12-25 (Tue, 25 Dec 2018) Origin message was: ------------------ - fix error: redeclaration of 'int hw_caps::has_button_vformat' ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- include/hardware_caps.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/hardware_caps.h b/include/hardware_caps.h index b6f2a6b..44a11a9 100644 --- a/include/hardware_caps.h +++ b/include/hardware_caps.h @@ -28,7 +28,6 @@ typedef struct hw_caps int has_SCART; int has_SCART_input; int has_YUV_cinch; - int has_button_vformat; int can_shutdown; int can_cec; int can_ar_14_9; /* video drivers have 14:9 aspect ratio mode */