diff options
Diffstat (limited to 'src/translator_lv.h')
-rw-r--r-- | src/translator_lv.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/translator_lv.h b/src/translator_lv.h index bd579da..479ed68 100644 --- a/src/translator_lv.h +++ b/src/translator_lv.h @@ -1936,14 +1936,6 @@ class TranslatorLatvian : public TranslatorAdapter_1_8_4 return "Metožu dokumentācija"; } - /*! Used as the title of the design overview picture created for the - * VHDL output. - */ - virtual QCString trDesignOverview() - { - return "Dizaina pārskats"; - } - ////////////////////////////////////////////////////////////////////////// }; |