DolphinContextMenu: drop dead code
This code can never be executed because if m_context
is equal to TimelineContext
or SearchContext
we never enter in
openItemContextMenu
(see open()
in this class). We always enter in
openViewportContextMenu
instead.