(REF) Remove unused function CRM_Core_Block::setTemplateMenuValues
authorTim Otten <totten@civicrm.org>
Tue, 10 Sep 2019 23:33:32 +0000 (16:33 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 10 Sep 2019 23:33:32 +0000 (16:33 -0700)
commit0315f90a390f10ffe4bb50c0941a36e94e38ba11
tree23cf5b7930cab27fe51c30706b4d9142e56d4c0e
parentb9affcbca14cf6ba554d9b4579f15823b6c8b882
(REF) Remove unused function CRM_Core_Block::setTemplateMenuValues

Note that this is a `private` function, so any hypothetical callers must be
in the same class. There don't appear to be any.

Could there be some dynamic method calls?  Well, you'd expect there to be
some tell-tale such as references to `call_*()` or to a string which builds
up that method name from smaller strings ("set" or "MenuValues" or similar).
Nothing comes up.
CRM/Core/Block.php