aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/auth/flows/MSASilent.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/minecraft/auth/flows/MSASilent.h')
-rw-r--r--launcher/minecraft/auth/flows/MSASilent.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/launcher/minecraft/auth/flows/MSASilent.h b/launcher/minecraft/auth/flows/MSASilent.h
deleted file mode 100644
index a442b49e..00000000
--- a/launcher/minecraft/auth/flows/MSASilent.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-#include "AuthContext.h"
-
-class MSASilent : public AuthContext
-{
- Q_OBJECT
-public:
- explicit MSASilent(
- AccountData * data,
- QObject *parent = 0
- );
- void executeTask() override;
-};