Skip to content

Remove dormant functions in private API

David Edmundson requested to merge work/d_ed/drop_deprecated 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.

See frameworks/kglobalaccel!92 (closed)

Merge request reports