reverted commit a6ceeebd00 from glide2x/h3 - not needed.

This commit is contained in:
Ozkan Sezer
2021-08-08 23:55:50 +03:00
parent 170185784e
commit d254f7f28e

View File

@@ -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.