(REF) Remove unused function CRM_Core_Menu::getNavigation()
authorTim Otten <totten@civicrm.org>
Tue, 10 Sep 2019 23:39:26 +0000 (16:39 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 10 Sep 2019 23:39:26 +0000 (16:39 -0700)
commit0c8006aee0c9c7128afc79b7b2062ef5b23c5f3a
tree22f7877d58ac7a1195be9c0779c28d390175771a
parent0315f90a390f10ffe4bb50c0941a36e94e38ba11
(REF) Remove unused function CRM_Core_Menu::getNavigation()

I stumbled across this function while grepping to cleanup up
`userFrameworkURLVar` (dev/drupal#52).  Notice the first line of the
function throws a fatal error.  That line has been there since at least
CiviCRM v4.3.

https://github.com/civicrm/civicrm-core/blob/4.3/CRM/Core/Menu.php#L310

Unsurprisingly, if you grep for `getNavigation`, there are no calls to this
function.
CRM/Core/Menu.php