fix: remove deprecated Application::getTwitchAbstract (#5560)
This commit is contained in:
@@ -512,13 +512,6 @@ ITwitchIrcServer *Application::getTwitch()
|
||||
return this->twitch.get();
|
||||
}
|
||||
|
||||
ITwitchIrcServer *Application::getTwitchAbstract()
|
||||
{
|
||||
assertInGuiThread();
|
||||
|
||||
return this->twitch.get();
|
||||
}
|
||||
|
||||
PubSub *Application::getTwitchPubSub()
|
||||
{
|
||||
assertInGuiThread();
|
||||
|
||||
Reference in New Issue
Block a user