mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
clang-tidy: unused ctx param
This commit is contained in:
parent
08d8d26e92
commit
7d2e8171a9
|
@ -143,6 +143,8 @@ QString forceImageUnload(const CommandContext &ctx)
|
|||
|
||||
QString debugEventSub(const CommandContext &ctx)
|
||||
{
|
||||
(void)ctx;
|
||||
|
||||
static EventSub eventSub;
|
||||
|
||||
eventSub.start();
|
||||
|
|
Loading…
Reference in a new issue