From c25a59d9036444872d831a126c6326f3d8be5e74 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Thu, 13 Jun 2013 18:41:10 +0200 Subject: Remove TR_END, remove TRANSLATEx() from commands that do not need it --- src/modules/m_setidle.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules/m_setidle.cpp') diff --git a/src/modules/m_setidle.cpp b/src/modules/m_setidle.cpp index 90943f9ef..4cebc2e6f 100644 --- a/src/modules/m_setidle.cpp +++ b/src/modules/m_setidle.cpp @@ -31,7 +31,6 @@ class CommandSetidle : public SplitCommand CommandSetidle(Module* Creator) : SplitCommand(Creator,"SETIDLE", 1) { flags_needed = 'o'; syntax = ""; - TRANSLATE2(TR_TEXT, TR_END); } CmdResult HandleLocal(const std::vector& parameters, LocalUser* user) -- cgit v1.2.3