Remove deprecated symbols

Fixes #896
This commit is contained in:
ISSOtm
2022-05-21 21:20:44 +02:00
parent 80df6640e3
commit b037d54f64
8 changed files with 3 additions and 78 deletions

View File

@@ -30,16 +30,6 @@
#define M_PI 3.14159265358979323846
#endif
/*
* Return the _PI symbol value
*/
int32_t fix_Callback_PI(void)
{
warning(WARNING_OBSOLETE, "`_PI` is deprecated; use 3.14159\n");
return double2fix(M_PI);
}
/*
* Print a fixed point value
*/