summaryrefslogtreecommitdiffstats
path: root/src/translator_ru.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_ru.h')
-rw-r--r--src/translator_ru.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/translator_ru.h b/src/translator_ru.h
index 524a395..49c24dc 100644
--- a/src/translator_ru.h
+++ b/src/translator_ru.h
@@ -50,7 +50,7 @@
#ifndef TRANSLATOR_RU_H
#define TRANSLATOR_RU_H
-class TranslatorRussian : public Translator
+class TranslatorRussian : public TranslatorAdapter_1_2_13
{
private:
/*! The Decode() inline assumes the source written in the
@@ -1358,15 +1358,6 @@ class TranslatorRussian : public Translator
return decode(result);
}
- /*! This text is generated when the \\requirements command is used
- */
- virtual QCString trRequirements(bool first_capital, bool singular)
- {
- QCString result((first_capital ? "Требовани" : "требовани"));
- if (!singular) result+="я"; else result+="е";
- return decode(result);
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.2.11
//////////////////////////////////////////////////////////////////////////