Revert "introduce hdmi_cec to driver"

This reverts commit e753fceec8 and the following hdmi_cec commits.


Origin commit data
------------------
Commit: 9338ea7226
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-12-28 (Wed, 28 Dec 2022)
This commit is contained in:
vanhofen
2022-12-28 21:29:54 +01:00
parent 3502c69afc
commit 0bb1242d62
16 changed files with 31 additions and 180 deletions

View File

@@ -104,11 +104,6 @@ NEUTRINO_CPP CRadioText *g_Radiotext;
class CRadioTextGUI;
NEUTRINO_CPP CRadioTextGUI *g_RadiotextWin;
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
class hdmi_cec;
NEUTRINO_CPP hdmi_cec *g_hdmicec;
#endif
#ifndef DISABLE_GUI_MOUNT
#define ENABLE_GUI_MOUNT
#endif