ssl: Remove legacy useSsl account setting
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 15 Mar 2020 19:26:53 +0000 (20:26 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 11 Jun 2020 11:57:32 +0000 (13:57 +0200)
The UI for disabling client-side SSL support has been removed a long
time ago, but the setting still existed in CoreAccount and related
classes.

Since SSL is now always support in the client, remove the remnants
of the legacy setting.

Note that cores still must be able to cope with legacy clients that
have SSL disabled.


No differences found