Remove unstable popup warning

This commit is contained in:
MysterD 2022-03-11 21:22:32 -08:00
parent c948076b46
commit d7da0eec6b
1 changed files with 0 additions and 4 deletions

View File

@ -288,10 +288,6 @@ void main_func(void) {
djui_init();
#ifdef UNSTABLE_BRANCH
djui_popup_create("This is an \\#ffa0a0\\unstable\\#dcdcdc\\ branch build.\nExpect many strange bugs.", 2);
#endif
if (gCLIOpts.Network == NT_CLIENT) {
network_set_system(NS_SOCKET);
strncpy(configJoinIp, gCLIOpts.JoinIp, IP_MAX_LEN);