]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove unused CommandBase::DecodeParameter()
authorAttila Molnar <attilamolnar@hush.com>
Sat, 24 Jan 2015 13:08:02 +0000 (14:08 +0100)
committerAttila Molnar <attilamolnar@hush.com>
Sat, 24 Jan 2015 13:08:02 +0000 (14:08 +0100)
include/ctables.h

index 89f3c80fe0a3979d1c0c07317356c2a573c9e971..02452524670cb1ed2884b70582ed0373de42d1a5 100644 (file)
@@ -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.
         */