Remove experimental IRC support (#5547)
This commit is contained in:
+1
-8
@@ -14,7 +14,6 @@
|
||||
#include "controllers/sound/ISoundController.hpp"
|
||||
#include "providers/bttv/BttvEmotes.hpp"
|
||||
#include "providers/ffz/FfzEmotes.hpp"
|
||||
#include "providers/irc/AbstractIrcServer.hpp"
|
||||
#include "providers/links/LinkResolver.hpp"
|
||||
#include "providers/seventv/SeventvAPI.hpp"
|
||||
#include "providers/seventv/SeventvEmotes.hpp"
|
||||
@@ -33,7 +32,6 @@
|
||||
#include "providers/bttv/BttvLiveUpdates.hpp"
|
||||
#include "providers/chatterino/ChatterinoBadges.hpp"
|
||||
#include "providers/ffz/FfzBadges.hpp"
|
||||
#include "providers/irc/Irc2.hpp"
|
||||
#include "providers/seventv/eventapi/Dispatch.hpp"
|
||||
#include "providers/seventv/eventapi/Subscription.hpp"
|
||||
#include "providers/seventv/SeventvBadges.hpp"
|
||||
@@ -224,11 +222,6 @@ void Application::initialize(Settings &settings, const Paths &paths)
|
||||
if (!this->args_.isFramelessEmbed)
|
||||
{
|
||||
getSettings()->currentVersion.setValue(CHATTERINO_VERSION);
|
||||
|
||||
if (getSettings()->enableExperimentalIrc)
|
||||
{
|
||||
Irc::instance().load();
|
||||
}
|
||||
}
|
||||
|
||||
this->accounts->load();
|
||||
@@ -546,7 +539,7 @@ ITwitchIrcServer *Application::getTwitch()
|
||||
return this->twitch.get();
|
||||
}
|
||||
|
||||
IAbstractIrcServer *Application::getTwitchAbstract()
|
||||
ITwitchIrcServer *Application::getTwitchAbstract()
|
||||
{
|
||||
assertInGuiThread();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user