Skip to content

Remove dormant functions in private API

Roman Gilg requested to merge romangilg/kglobalaccel:rm-fct into master

These functions seem unused:

  • The interface function syncWindowingSystem was added in eec8e799 to replace direct calls to KGlobalAccelImpl::syncX(). But the interface was never reimplemented.
  • setAccelManager is never used. The KGlobalAccelInterface is set via plugin.

Merge request reports