summaryrefslogtreecommitdiffstats
path: root/src/translator_si.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_si.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_si.h')
-rw-r--r--src/translator_si.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/translator_si.h b/src/translator_si.h
index ee46097..57ca5c4 100644
--- a/src/translator_si.h
+++ b/src/translator_si.h
@@ -164,8 +164,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6
QCString trDefines()
{ return "Makro deklaracije"; }
- QCString trFuncProtos()
- { return "Prototipi funkcij"; }
QCString trTypedefs()
{ return "Uporabniško definirani tipi"; }
QCString trEnumerations()
@@ -178,8 +176,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6
{ return "Vrednosti naštevnih tipov"; }
QCString trDefineDocumentation()
{ return "Opis makro definicije"; }
- QCString trFunctionPrototypeDocumentation()
- { return "Opis prototipa funkcije"; }
QCString trTypedefDocumentation()
{ return "Opis uporabniško definiranega tipa"; }
QCString trEnumerationTypeDocumentation()
@@ -197,10 +193,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6
result+=(QCString)" generator: ";
return result;
}
- QCString trWrittenBy()
- {
- return "napisal ";
- }
QCString trClassDiagram(const char *clName)
{
return (QCString)"Diagram razredov za "+clName;
@@ -430,12 +422,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6
return result;
}
- /*! This is in the (quick) index as a link to the alphabetical compound
- * list.
- */
- QCString trAlphabeticalList()
- { return "abecedni seznam"; }
-
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990901
//////////////////////////////////////////////////////////////////////////
@@ -743,16 +729,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6
}
//////////////////////////////////////////////////////////////////////////
-// new since 1.2.1
-//////////////////////////////////////////////////////////////////////////
-
- /*! Used as a section header for KDE-2 IDL methods */
- virtual QCString trDCOPMethods()
- {
- return "DCOP metode";
- }
-
-//////////////////////////////////////////////////////////////////////////
// new since 1.2.2
//////////////////////////////////////////////////////////////////////////
@@ -1116,14 +1092,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6
// 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 "Išči";
- }
/*! This string is used as the title for the page listing the search
* results.
*/