diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-06-18 19:32:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-18 19:32:06 (GMT) |
commit | 699860c8cd7f145d294a59a9b8848a044bd69511 (patch) | |
tree | ac5b6848dfe34c854abf575dae4c8d55fe350d42 /src/translator_cz.h | |
parent | 3ac5c1dac99dca4218103847829b93fe3235edb3 (diff) | |
parent | c1ccec3b1bcb00f3ece99fb2dfd4a4820a31320b (diff) | |
download | Doxygen-699860c8cd7f145d294a59a9b8848a044bd69511.zip Doxygen-699860c8cd7f145d294a59a9b8848a044bd69511.tar.gz Doxygen-699860c8cd7f145d294a59a9b8848a044bd69511.tar.bz2 |
Merge pull request #7857 from albert-github/feature/bug_obsolete_transl_fie
Remove not used translator function
Diffstat (limited to 'src/translator_cz.h')
-rw-r--r-- | src/translator_cz.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/translator_cz.h b/src/translator_cz.h index 9d6c489..89f6371 100644 --- a/src/translator_cz.h +++ b/src/translator_cz.h @@ -1977,14 +1977,6 @@ class TranslatorCzech : public TranslatorAdapter_1_8_15 return "Dokumentace metody"; } - /*! Used as the title of the design overview picture created for the - * VHDL output. - */ - virtual QCString trDesignOverview() - { - return "Návrhové schéma"; - } - ////////////////////////////////////////////////////////////////////////// // new since 1.8.4 ////////////////////////////////////////////////////////////////////////// |