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