diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-06 21:32:38 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-06 21:32:38 +0200 |
commit | fc9d08ad9f33d72625cc436ba3e5b3780e40c12c (patch) | |
tree | 427648101ce131ba11edf1d64d9dce2bf0762c64 /client/setup.c | |
parent | fedc13d6564dcf110ba3b7faca3c34a28c7905cb (diff) |
error message logging working
Diffstat (limited to 'client/setup.c')
-rw-r--r-- | client/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/setup.c b/client/setup.c index 41a987d..0f2b0f7 100644 --- a/client/setup.c +++ b/client/setup.c @@ -49,8 +49,6 @@ void w2_client_setup(int argc, char **argv) { g_w2_ui_pad_body = newpad(g_w2_ui_height - 5, g_w2_ui_width); scrollok(g_w2_ui_pad_body, true); - w2_errcatch_throw(W2_E_CRIT_COM_UNAVAILABLE); - // check endianness g_w2_endianness = *_ptest; } |