From d254f7f28e5012bac5a409f1e0fe1b903be49347 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sun, 8 Aug 2021 23:55:50 +0300 Subject: [PATCH] reverted commit a6ceeebd007 from glide2x/h3 - not needed. --- glide2x/h3/glide/src/diglide.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/glide2x/h3/glide/src/diglide.c b/glide2x/h3/glide/src/diglide.c index 4c7d149..d1c7cfc 100644 --- a/glide2x/h3/glide/src/diglide.c +++ b/glide2x/h3/glide/src/diglide.c @@ -318,13 +318,6 @@ GR_DIENTRY(grGlideInit, void, (void)) gdbg_error_set_callback(_grErrorCallback); #endif - /* In case of error, _GlideInitEnvironment() calls GrErrorCallback() which is - * supposed to be a noreturn function, but it really is not for non-windows.. - * Eww... */ - if (!_GlideRoot.hwConfig.num_sst) { - return; - } - #if USE_PACKET_FIFO && (WTF_P_COMDEX || WTF_P_COMDEX_RESET) /* Work around for apps that call some grXXX state call * before calling grSstWinOpen which inits the command fifo.