From ae7b6b9104e8889426a14cbe41704d9816e566f9 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sat, 24 Jan 2015 14:08:02 +0100 Subject: Remove unused CommandBase::DecodeParameter() --- include/ctables.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include') 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. */ -- cgit v1.2.3