| 1532 | |
| 1533 | #ifdef use_xyz |
| 1534 | void Clipper::ZFillFunction(ZFillCallback zFillFunc) |
| 1535 | { |
| 1536 | m_ZFill = zFillFunc; |
| 1537 | } |
| 1538 | //------------------------------------------------------------------------------ |
| 1539 | #endif |
| 1540 |
nothing calls this directly
no outgoing calls
no test coverage detected