summaryrefslogtreecommitdiffstats
path: root/src/translator_hr.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_hr.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_hr.h')
-rw-r--r--src/translator_hr.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/translator_hr.h b/src/translator_hr.h
index 7d37740..5c79f61 100644
--- a/src/translator_hr.h
+++ b/src/translator_hr.h
@@ -261,8 +261,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2
QCString trDefines()
{ return "Definicije"; }
- QCString trFuncProtos()
- { return "Prototipi funkcija"; }
QCString trTypedefs()
{ return "Typedef-ovi"; }
QCString trEnumerations()
@@ -275,8 +273,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2
{ return "Vrijednosti enumeracija"; }
QCString trDefineDocumentation()
{ return "Dokumentacija definicija"; }
- QCString trFunctionPrototypeDocumentation()
- { return "Dokumentacija prototipa funkcije"; }
QCString trTypedefDocumentation()
{ return "Dokumentacija typedef-a"; }
QCString trEnumerationTypeDocumentation()
@@ -294,10 +290,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2
result+=" generator: ";
return result;
}
- QCString trWrittenBy()
- {
- return "napisao ";
- }
QCString trClassDiagram(const char *clName)
{
return QCString("Dijagram klasa za ")+clName;
@@ -519,12 +511,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2
return result;
}
- /*! This is in the (quick) index as a link to the alphabetical compound
- * list.
- */
- QCString trAlphabeticalList()
- { return "Abecedni popis"; }
-
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990901
//////////////////////////////////////////////////////////////////////////
@@ -812,15 +798,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2
}
//////////////////////////////////////////////////////////////////////////
-// 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
//////////////////////////////////////////////////////////////////////////
@@ -1127,14 +1104,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2
// 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 "Traži";
- }
/*! This string is used as the title for the page listing the search
* results.
*/
@@ -1500,12 +1469,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2
// new since 1.6.3 (missing items for the directory pages)
//////////////////////////////////////////////////////////////////////////
- /*! introduction text for the directory dependency graph */
- virtual QCString trDirDependency(const char *name)
- {
- return (QCString)"Graf povezanih direktorija za "+name;
- }
-
/*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the
* source file that has a relation to another file.