mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-10-11 03:42:34 +02:00
enc channel menu impromvents
mostly code improvements
This commit is contained in:
@@ -16,11 +16,6 @@ class HistogramEntry {
|
||||
}
|
||||
}
|
||||
|
||||
bool nonEnglish(String str) {
|
||||
bool result = false;
|
||||
return result;
|
||||
}
|
||||
|
||||
bool isNumeric(String s) {
|
||||
return double.tryParse(s) != null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user