| 932 | } |
| 933 | |
| 934 | RecFloat |
| 935 | REC_ConfigReadFloat(const char *name) |
| 936 | { |
| 937 | RecFloat t = 0; |
| 938 | RecGetRecordFloat(name, &t); |
| 939 | return t; |
| 940 | } |
| 941 | |
| 942 | //------------------------------------------------------------------------- |
| 943 | // Backwards compatibility. TODO: Should remove these. |
nothing calls this directly
no test coverage detected