mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
svg_loader: removed unused code
The custom strtof function is defined in tvgSvgUtil.
This commit is contained in:
parent
052cfea4b1
commit
07c05b52dc
1 changed files with 0 additions and 14 deletions
|
@ -561,18 +561,4 @@ struct Box
|
|||
float x, y, w, h;
|
||||
};
|
||||
|
||||
/*
|
||||
* https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/strtof-strtod-l-wcstod-wcstod-l?view=vs-2017
|
||||
*
|
||||
* src should be one of the following form :
|
||||
*
|
||||
* [whitespace] [sign] {digits [radix digits] | radix digits} [{e | E} [sign] digits]
|
||||
* [whitespace] [sign] {INF | INFINITY}
|
||||
* [whitespace] [sign] NAN [sequence]
|
||||
*
|
||||
* No hexadecimal form supported
|
||||
* no sequence supported after NAN
|
||||
*/
|
||||
float customStrtof(const char *nptr, char **endptr);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue