| 2034 | } |
| 2035 | |
| 2036 | void Framework::DeactivateMapSelectionCircle(bool restoreViewport) |
| 2037 | { |
| 2038 | if (m_drapeEngine != nullptr) |
| 2039 | m_drapeEngine->DeselectObject(restoreViewport); |
| 2040 | } |
| 2041 | |
| 2042 | void Framework::SwitchFullScreen() |
| 2043 | { |
nothing calls this directly
no test coverage detected