ref: 88a580e78a1d52f421efa97850d8d115d3593dfa
parent: 7f85ae421644bd0620dd0f1e7641c0fc403652df
author: cancel <cancel@cancel.fm>
date: Tue Jan 28 08:49:55 EST 2020
Remove out-of-date comment
--- a/tui_main.c
+++ b/tui_main.c
@@ -2398,10 +2398,6 @@
return NULL;
}
-//
-// Misc utils
-//
-
staticni bool read_int(char const *str, int *out) {
int a;
int res = sscanf(str, "%d", &a);