summaryrefslogtreecommitdiffstats
path: root/src/translator_sk.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_sk.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_sk.h')
-rw-r--r--src/translator_sk.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/src/translator_sk.h b/src/translator_sk.h
index ea025a0..8c51147 100644
--- a/src/translator_sk.h
+++ b/src/translator_sk.h
@@ -391,12 +391,6 @@ class TranslatorSlovak : public Translator
{ return "Definícia makier"; }
/*! This is used in the documentation of a file as a header before the
- * list of function prototypes
- */
- virtual QCString trFuncProtos()
- { return "Prototypy"; }
-
- /*! This is used in the documentation of a file as a header before the
* list of typedefs
*/
virtual QCString trTypedefs()
@@ -433,12 +427,6 @@ class TranslatorSlovak : public Translator
{ return "Dokumentácia k definíciám makier"; }
/*! This is used in the documentation of a file/namespace before the list
- * of documentation blocks for function prototypes
- */
- virtual QCString trFunctionPrototypeDocumentation()
- { return "Dokumentácia prototypov"; }
-
- /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs
*/
virtual QCString trTypedefDocumentation()
@@ -488,13 +476,6 @@ class TranslatorSlovak : public Translator
return result;
}
- /*! This is part of the sentence used in the standard footer of each page.
- */
- virtual QCString trWrittenBy()
- {
- return " -- autor ";
- }
-
/*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName)
{
@@ -769,12 +750,6 @@ class TranslatorSlovak : public Translator
return result;
}
- /*! This is in the (quick) index as a link to the alphabetical compound
- * list.
- */
- virtual QCString trAlphabeticalList()
- { return "Register tried"; }
-
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990901
//////////////////////////////////////////////////////////////////////////
@@ -1082,16 +1057,6 @@ class TranslatorSlovak : public Translator
}
//////////////////////////////////////////////////////////////////////////
-// new since 1.2.1
-//////////////////////////////////////////////////////////////////////////
-
- /*! Used as a section header for KDE-2 IDL methods */
- virtual QCString trDCOPMethods()
- {
- return "Metódy DCOP";
- }
-
-//////////////////////////////////////////////////////////////////////////
// new since 1.2.2
//////////////////////////////////////////////////////////////////////////
@@ -1401,13 +1366,6 @@ class TranslatorSlovak : public Translator
// new since 1.3.3
//////////////////////////////////////////////////////////////////////////
- /*! When the search engine is enabled this text is put in the index
- * of each page before the search field.
- */
- virtual QCString trSearchForIndex()
- {
- return "Vyhľadať";
- }
/*! This string is used as the title for the page listing the search
* results.
*/
@@ -1782,12 +1740,6 @@ class TranslatorSlovak : public Translator
// 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 závislosti adresárov pre "+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.