aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Commands.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-24 17:10:01 -0400
committerMichael <[email protected]>2017-04-24 17:10:01 -0400
commit53bc4023f0834df79bf18e519c7196eafec2c649 (patch)
tree164f1ded6c8282ac16234469372893db8089dbfc /ShiftOS.WinForms/Commands.cs
parent6df3458048e900d564656a2882ed5390e74b98fb (diff)
downloadshiftos_thereturn-53bc4023f0834df79bf18e519c7196eafec2c649.tar.gz
shiftos_thereturn-53bc4023f0834df79bf18e519c7196eafec2c649.tar.bz2
shiftos_thereturn-53bc4023f0834df79bf18e519c7196eafec2c649.zip
Remove sos.drunkmichael
Diffstat (limited to 'ShiftOS.WinForms/Commands.cs')
-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
{