Remove three classes form the SessionController header/source
ClosedPublic

Authored by tcanabrava on Dec 10 2018, 3:53 PM.

Details

Summary

Those three classes where *used* inside of the SessionController
but they where not supposed to be there. The code in the
SessionController is already too big to understand, so the removal
of unrelated code is a good thing: it's now easier to reason
about those other three classes without having to deal with
the whole code that the SessionController has.

Diff Detail

Repository
R319 Konsole
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
tcanabrava created this revision.Dec 10 2018, 3:53 PM
Restricted Application added a project: Konsole. · View Herald TranscriptDec 10 2018, 3:53 PM
Restricted Application added a subscriber: konsole-devel. · View Herald Transcript
tcanabrava requested review of this revision.Dec 10 2018, 3:53 PM
hindenburg accepted this revision.Dec 11 2018, 1:53 PM
This revision is now accepted and ready to land.Dec 11 2018, 1:53 PM
This revision was automatically updated to reflect the committed changes.