summaryrefslogtreecommitdiffstats
path: root/src/translator_sv.h
diff options
context:
space:
mode:
authorPetr Prikryl <prikryl@atlas.cz>2013-06-25 13:17:32 (GMT)
committerPetr Prikryl <prikryl@atlas.cz>2013-06-25 13:17:32 (GMT)
commit39425bc2a15a2fb5b71fe5456e90d5cb7545179d (patch)
treedf888979176414f155df3c109382a5bef0eb41ba /src/translator_sv.h
parent3e54153e7fdbbfd368503140eb55c60073387b51 (diff)
downloadDoxygen-39425bc2a15a2fb5b71fe5456e90d5cb7545179d.zip
Doxygen-39425bc2a15a2fb5b71fe5456e90d5cb7545179d.tar.gz
Doxygen-39425bc2a15a2fb5b71fe5456e90d5cb7545179d.tar.bz2
The non-used methods (see below) removed from all translator classes:
- QCString idLanguageCharset() - QCString trAlphabeticalList() - QCString trDCOPMethods() - QCString trDirDependency(const char *) - QCString trFuncProtos() - QCString trFunctionPrototypeDocumentation() - QCString trSearchForIndex() - QCString trWrittenBy()
Diffstat (limited to 'src/translator_sv.h')
-rw-r--r--src/translator_sv.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/translator_sv.h b/src/translator_sv.h
index e0cd4f9..4ef2bc4 100644
--- a/src/translator_sv.h
+++ b/src/translator_sv.h
@@ -370,8 +370,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
virtual QCString trDefines()
{ return "Definitioner"; }
- virtual QCString trFuncProtos()
- { return "Funktionsprototyper"; }
virtual QCString trTypedefs()
{ return "Typdefinitioner"; }
virtual QCString trEnumerations()
@@ -387,9 +385,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
virtual QCString trDefineDocumentation()
{ return "Dokumentation över definitioner"; }
- virtual QCString trFunctionPrototypeDocumentation()
- { return "Dokumentation över funktionsprototyper"; }
-
virtual QCString trTypedefDocumentation()
{ return "Dokumentation över typdefinitioner"; }
@@ -425,11 +420,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
return result;
}
- virtual QCString trWrittenBy()
- {
- return "skriven av";
- }
-
virtual QCString trClassDiagram(const char *clName)
{
return (QCString)"Klassdiagram för "+clName;
@@ -652,13 +642,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
return result;
}
- /*! This is in the (quick) index as a link to the alphabetical compound
- * list.
- */
- virtual QCString trAlphabeticalList()
- {
- return "Alfabetisk lista";
- }
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990901
//////////////////////////////////////////////////////////////////////////
@@ -973,16 +956,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
}
//////////////////////////////////////////////////////////////////////////
-// new since 1.2.1
-//////////////////////////////////////////////////////////////////////////
-
- /*! Used as a section header for KDE-2 IDL methods */
- virtual QCString trDCOPMethods()
- {
- return "DCOP metoder";
- }
-
-//////////////////////////////////////////////////////////////////////////
// new since 1.2.2
//////////////////////////////////////////////////////////////////////////
@@ -1308,14 +1281,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
// new since 1.3.3
//////////////////////////////////////////////////////////////////////////
- /*! When the search engine is enabled this text is put in the header
- * of each page before the field where one can enter the text to search
- * for.
- */
- virtual QCString trSearchForIndex()
- {
- return "Sök efter";
- }
/*! This string is used as the title for the page listing the search
* results.
*/