fix format to non decimal values on storage and stack
[calc.git] / format.h
index b18b92d728e8ccb99d9e18a684fcd452ab9ade02..3a376a0f58dc067e5758d360a58cce03fcb14f4b 100644 (file)
--- a/format.h
+++ b/format.h
@@ -13,7 +13,6 @@ void set_format ();
 void free_format ();
 
 void set_base (int in, int out);
-int is_input_decimal ();
 char *show_base ();
 int get_ibase ();