aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/API.cs
diff options
context:
space:
mode:
Diffstat (limited to 'source/WindowsFormsApplication1/API.cs')
-rw-r--r--source/WindowsFormsApplication1/API.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/WindowsFormsApplication1/API.cs b/source/WindowsFormsApplication1/API.cs
index fcf03a1..5ab9631 100644
--- a/source/WindowsFormsApplication1/API.cs
+++ b/source/WindowsFormsApplication1/API.cs
@@ -367,10 +367,6 @@ namespace ShiftOS
{
CreateForm(new Labyrinth(), "Labyrinth", null);
}
- else if (File.ReadAllText(modSAA) == HiddenQuickChatCommand)
- {
- CreateForm(new QuickChat(), "QuickChat", null);
- }
else
{
try