From: Attila Molnar Date: Sat, 24 Jan 2015 13:08:02 +0000 (+0100) Subject: Remove unused CommandBase::DecodeParameter() X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=ae7b6b9104e8889426a14cbe41704d9816e566f9;p=user%2Fhenk%2Fcode%2Finspircd.git Remove unused CommandBase::DecodeParameter() --- diff --git a/include/ctables.h b/include/ctables.h index 89f3c80fe..024525246 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -184,16 +184,6 @@ class CoreExport CommandBase : public ServiceProvider { } - /** Decode a parameter from server->server transmission. - * Not currently used in this version of InspIRCd. - * Used for parameters for which the translation type is TR_CUSTOM. - * @param parameter The parameter to decode. Can be modified in place. - * @param index The parameter index (0 == first parameter). - */ - virtual void DecodeParameter(std::string& parameter, int index) - { - } - /** Disable or enable this command. * @param setting True to disable the command. */