From 81db8ea205a72f0b3d110ba99b5fcf89851315b9 Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 3 Sep 2021 16:41:11 +0200 Subject: [PATCH] I have to do this, apparently. --- src/video/vid_tgui9440.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/video/vid_tgui9440.c b/src/video/vid_tgui9440.c index ddceff618..642991b58 100644 --- a/src/video/vid_tgui9440.c +++ b/src/video/vid_tgui9440.c @@ -2881,11 +2881,6 @@ static void *tgui_init(const device_t *info) if (tgui->type >= TGUI_9440) svga->packed_chain4 = 1; - if (tgui->type >= TGUI_9660) { - tgui->i2c = i2c_gpio_init("ddc_tgui"); - tgui->ddc = ddc_init(i2c_gpio_get_bus(tgui->i2c)); - } - return tgui; }