aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/Commands.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/ShiftOS.WinForms/Commands.cs b/ShiftOS.WinForms/Commands.cs
index 91caff4..2d297f5 100644
--- a/ShiftOS.WinForms/Commands.cs
+++ b/ShiftOS.WinForms/Commands.cs
@@ -39,17 +39,6 @@ using Newtonsoft.Json;
/// </summary>
namespace ShiftOS.WinForms
{
- [Namespace("sos")]
- public static class MichaelDrunkStuff
- {
- [Command("drunkmichael")]
- public static bool Drunky()
- {
-
- return true;
- }
- }
-
[Namespace("trm")]
public static class TerminalExtensions
{