summaryrefslogtreecommitdiffstats
path: root/src/translator_jp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_jp.h')
-rw-r--r--src/translator_jp.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/translator_jp.h b/src/translator_jp.h
index 8e973cf..e25828e 100644
--- a/src/translator_jp.h
+++ b/src/translator_jp.h
@@ -37,15 +37,11 @@ class TranslatorJapanese : public TranslatorAdapter_1_6_0
public:
virtual QCString idLanguage()
{ return "japanese"; }
+
virtual QCString latexLanguageSupportCommand()
{
return "";
}
- /*! returns the name of the package that is included by LaTeX */
- virtual QCString idLanguageCharset()
- {
- return "utf-8";
- }
/*! used in the compound documentation before a list of related functions. */
virtual QCString trRelatedFunctions()