Przeglądaj źródła

Remove pointless override.

Change-Id: I545ec8b6eb97dd2ce0806e47d41de9032426245a
Reviewed-on: http://gerrit.dmdirc.com/3385
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
changes/85/3385/2
Chris Smith 10 lat temu
rodzic
commit
ca1d401c99
1 zmienionych plików z 0 dodań i 7 usunięć
  1. 0
    7
      src/com/dmdirc/addons/dcc/DCCCommandParser.java

+ 0
- 7
src/com/dmdirc/addons/dcc/DCCCommandParser.java Wyświetl plik

@@ -24,7 +24,6 @@ package com.dmdirc.addons.dcc;
24 24
 
25 25
 import com.dmdirc.FrameContainer;
26 26
 import com.dmdirc.WritableFrameContainer;
27
-import com.dmdirc.commandparser.CommandType;
28 27
 import com.dmdirc.commandparser.parsers.GlobalCommandParser;
29 28
 import com.dmdirc.interfaces.CommandController;
30 29
 import com.dmdirc.interfaces.config.AggregateConfigProvider;
@@ -49,12 +48,6 @@ public class DCCCommandParser extends GlobalCommandParser {
49 48
         super(configManager, commandController);
50 49
     }
51 50
 
52
-    /** Loads the relevant commands into the parser. */
53
-    @Override
54
-    protected void loadCommands() {
55
-        getCommandManager().loadCommands(this, CommandType.TYPE_GLOBAL);
56
-    }
57
-
58 51
     /**
59 52
      * Called when the input was a line of text that was not a command. This normally means it is
60 53
      * sent to the server/channel/user as-is, with no further processing.

Ładowanie…
Anuluj
Zapisz