| 102 | |
| 103 | template<typename T> |
| 104 | void Circle<T>::drawOutline(const GraphicsContext&, T) |
| 105 | { |
| 106 | notImplemented("Circle::drawOutline"); |
| 107 | } |
| 108 | |
| 109 | #ifdef DGL_ALLOW_DEPRECATED_METHODS |
| 110 | template<typename T> |
nothing calls this directly
no test coverage detected