| 7202 | } |
| 7203 | |
| 7204 | ~ParentTest() |
| 7205 | { |
| 7206 | synclient_txn_close(this->browser); |
| 7207 | synclient_txn_delete(this->browser); |
| 7208 | synserver_delete(this->os); |
| 7209 | this->os = nullptr; |
| 7210 | this->magic = MAGIC_DEAD; |
| 7211 | } |
| 7212 | |
| 7213 | bool |
| 7214 | parent_routing_enabled() const |
nothing calls this directly
no test coverage detected