summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/strtonum.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/strtonum.h')
-rw-r--r--Build/source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/strtonum.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Build/source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/strtonum.h b/Build/source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/strtonum.h
deleted file mode 100644
index ee8745a4a42..00000000000
--- a/Build/source/texk/lcdf-typetools/lcdf-typetools-src/include/lcdf/strtonum.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-double strtonumber(const char *, char **);
-
-#ifdef __cplusplus
-}
-#endif
-