src/miscallenous.h

changeset 800
a1d9b7fff8f7
parent 794
c254ddc6618b
child 816
9adb822de7b9
--- a/src/miscallenous.h	Sat Jun 14 09:56:07 2014 +0300
+++ b/src/miscallenous.h	Sat Jun 14 09:58:58 2014 +0300
@@ -32,9 +32,6 @@
 // Prime numbers
 extern const int g_primes[NUM_PRIMES];
 
-// Returns whether a given string represents a floating point number.
-bool numeric (const QString& tok);
-
 // Simplifies the given fraction.
 void simplify (int& numer, int& denom);
 

mercurial