summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2015-01-24 14:08:02 +0100
committerAttila Molnar <attilamolnar@hush.com>2015-01-24 14:08:02 +0100
commitae7b6b9104e8889426a14cbe41704d9816e566f9 (patch)
treef3ecbb7f85a38a37c643d521a9538c16bdee0e1a /include
parent8871a024436cb1600a30b2d0346fe9f59f3036e5 (diff)
Remove unused CommandBase::DecodeParameter()
Diffstat (limited to 'include')
-rw-r--r--include/ctables.h10
1 files changed, 0 insertions, 10 deletions
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.
*/