Remove the SHUTDOWN command
[fonbot.git] / src / ro / ieval / fonbot / Utils.java
index 849848bd592133f731cb8629d31ee29198d1aad8..38c34644c8962bfca1f72f8de4644b307314d8aa 100644 (file)
@@ -86,7 +86,7 @@ public final class Utils {
                NEXT, PREV, BATT, CALLLOG, SMSLOG,
                LS, RM, CONTACTS, DISABLE, ENABLE,
                POLL, HANGUP, ANSWER, LAUNCH, DATA,
-               GPS, GLOCATION, REBOOT, SHUTDOWN, NOTIFY
+               GPS, GLOCATION, REBOOT, NOTIFY
        }
 
        /**
@@ -1003,10 +1003,6 @@ public final class Utils {
                        Heavy.reboot(context, replyTo, args.length==0?null:args[0]);
                        break;
 
-               case SHUTDOWN:
-                       //TODO: implement command
-                       break;
-
                case NOTIFY:
                        if(args.length!=1 && args.length!=3){
                                Heavy.help(context, replyTo, toNonNull(Command.NOTIFY));
This page took 0.010468 seconds and 4 git commands to generate.