mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Remove PluginController save override
This commit is contained in:
parent
58f6f1dcfe
commit
6a183d3f33
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ class PluginController : public Singleton
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
void initialize(Settings &settings, Paths &paths) override;
|
void initialize(Settings &settings, Paths &paths) override;
|
||||||
void save() override{};
|
|
||||||
|
|
||||||
QString tryExecPluginCommand(const QString &commandName,
|
QString tryExecPluginCommand(const QString &commandName,
|
||||||
const CommandContext &ctx);
|
const CommandContext &ctx);
|
||||||
|
|
Loading…
Reference in a new issue