Skip to content

Commit c1ccec3

Browse files
committed
Remove not used translator function
The translator function trDesignOverview was not used anymore.
1 parent 46672f1 commit c1ccec3

24 files changed

+0
-182
lines changed

src/translator.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,6 @@ class Translator
593593
virtual QCString trClassMethods() = 0;
594594
virtual QCString trInstanceMethods() = 0;
595595
virtual QCString trMethodDocumentation() = 0;
596-
virtual QCString trDesignOverview() = 0;
597596

598597
//////////////////////////////////////////////////////////////////////////
599598
// new since 1.8.4

src/translator_adapter.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,6 @@ class TranslatorAdapter_1_8_2 : public TranslatorAdapter_1_8_4
216216

217217
virtual QCString trMethodDocumentation()
218218
{ return english.trMethodDocumentation(); }
219-
220-
virtual QCString trDesignOverview()
221-
{ return english.trDesignOverview(); }
222219
};
223220

224221

src/translator_br.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,15 +2011,6 @@ class TranslatorBrazilian : public Translator
20112011
return "Documentação do método";
20122012
}
20132013

2014-
/*! Used as the title of the design overview picture created for the
2015-
* VHDL output.
2016-
*/
2017-
virtual QCString trDesignOverview()
2018-
{
2019-
// I'm not sure how to accurately translate it
2020-
return "Visão geral do design";
2021-
}
2022-
20232014
//////////////////////////////////////////////////////////////////////////
20242015
// new since 1.8.4
20252016
//////////////////////////////////////////////////////////////////////////

src/translator_cn.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,14 +1862,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_15
18621862
return "函数文档";
18631863
}
18641864

1865-
/*! Used as the title of the design overview picture created for the
1866-
* VHDL output.
1867-
*/
1868-
virtual QCString trDesignOverview()
1869-
{
1870-
return "设计概要";
1871-
}
1872-
18731865
//////////////////////////////////////////////////////////////////////////
18741866
// new since 1.8.4
18751867
//////////////////////////////////////////////////////////////////////////

src/translator_cz.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1977,14 +1977,6 @@ class TranslatorCzech : public TranslatorAdapter_1_8_15
19771977
return "Dokumentace metody";
19781978
}
19791979

1980-
/*! Used as the title of the design overview picture created for the
1981-
* VHDL output.
1982-
*/
1983-
virtual QCString trDesignOverview()
1984-
{
1985-
return "Návrhové schéma";
1986-
}
1987-
19881980
//////////////////////////////////////////////////////////////////////////
19891981
// new since 1.8.4
19901982
//////////////////////////////////////////////////////////////////////////

src/translator_de.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,14 +2072,6 @@ class TranslatorGerman : public TranslatorAdapter_1_8_15
20722072
return "Methodendokumentation";
20732073
}
20742074

2075-
/*! Used as the title of the design overview picture created for the
2076-
* VHDL output.
2077-
*/
2078-
virtual QCString trDesignOverview()
2079-
{
2080-
return "Übersicht";
2081-
}
2082-
20832075
//////////////////////////////////////////////////////////////////////////
20842076
// new since 1.8.4
20852077
//////////////////////////////////////////////////////////////////////////

src/translator_en.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1940,14 +1940,6 @@ class TranslatorEnglish : public Translator
19401940
return "Method Documentation";
19411941
}
19421942

1943-
/*! Used as the title of the design overview picture created for the
1944-
* VHDL output.
1945-
*/
1946-
virtual QCString trDesignOverview()
1947-
{
1948-
return "Design Overview";
1949-
}
1950-
19511943
//////////////////////////////////////////////////////////////////////////
19521944
// new since 1.8.4
19531945
//////////////////////////////////////////////////////////////////////////

src/translator_eo.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,14 +1933,6 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4
19331933
return "Dokumentaro de la Metodo";
19341934
}
19351935

1936-
/*! Used as the title of the design overview picture created for the
1937-
* VHDL output.
1938-
*/
1939-
virtual QCString trDesignOverview()
1940-
{
1941-
return "Fasona Superrigardo";
1942-
}
1943-
19441936
//////////////////////////////////////////////////////////////////////////
19451937

19461938
};

src/translator_es.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1992,14 +1992,6 @@ class TranslatorSpanish : public TranslatorAdapter_1_8_15
19921992
return "Método de documentación";
19931993
}
19941994

1995-
/*! Used as the title of the design overview picture created for the
1996-
* VHDL output.
1997-
*/
1998-
virtual QCString trDesignOverview()
1999-
{
2000-
return "Diseño información general";
2001-
}
2002-
20031995
//////////////////////////////////////////////////////////////////////////
20041996
// new since 1.8.4
20051997
//////////////////////////////////////////////////////////////////////////

src/translator_fr.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,14 +2001,6 @@ class TranslatorFrench : public TranslatorAdapter_1_8_15
20012001
return "Documentation des méthodes";
20022002
}
20032003

2004-
/*! Used as the title of the design overview picture created for the
2005-
* VHDL output.
2006-
*/
2007-
virtual QCString trDesignOverview()
2008-
{
2009-
return "Vue d'ensemble";
2010-
}
2011-
20122004
//////////////////////////////////////////////////////////////////////////
20132005
// new since 1.8.4
20142006
//////////////////////////////////////////////////////////////////////////

src/translator_gr.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,14 +1936,6 @@ class TranslatorGreek : public TranslatorAdapter_1_8_15
19361936
return "Τεκμηρίωση Μεθόδου";
19371937
}
19381938

1939-
/*! Used as the title of the design overview picture created for the
1940-
* VHDL output.
1941-
*/
1942-
virtual QCString trDesignOverview()
1943-
{
1944-
return "Επισκόπηση σχεδίασης";
1945-
}
1946-
19471939
//////////////////////////////////////////////////////////////////////////
19481940
// new since 1.8.4
19491941
//////////////////////////////////////////////////////////////////////////

src/translator_hu.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1955,14 +1955,6 @@ class TranslatorHungarian : public TranslatorAdapter_1_8_15
19551955
return "Metódus dokumentáció";
19561956
}
19571957

1958-
/*! Used as the title of the design overview picture created for the
1959-
* VHDL output.
1960-
*/
1961-
virtual QCString trDesignOverview()
1962-
{
1963-
return "Dizájn áttekintés";
1964-
}
1965-
19661958
//////////////////////////////////////////////////////////////////////////
19671959
// new since 1.8.4
19681960
//////////////////////////////////////////////////////////////////////////

src/translator_it.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1912,14 +1912,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_15
19121912
return "Documentazione dei metodi";
19131913
}
19141914

1915-
/*! Used as the title of the design overview picture created for the
1916-
* VHDL output.
1917-
*/
1918-
virtual QCString trDesignOverview()
1919-
{
1920-
return "Panoramica del progetto";
1921-
}
1922-
19231915
//////////////////////////////////////////////////////////////////////////
19241916
// new since 1.8.4
19251917
//////////////////////////////////////////////////////////////////////////

src/translator_jp.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1925,14 +1925,6 @@ class TranslatorJapanese : public TranslatorAdapter_1_8_15
19251925
return "メソッド詳解";
19261926
}
19271927

1928-
/*! Used as the title of the design overview picture created for the
1929-
* VHDL output.
1930-
*/
1931-
virtual QCString trDesignOverview()
1932-
{
1933-
return "デザイン概観";
1934-
}
1935-
19361928
//////////////////////////////////////////////////////////////////////////
19371929
// new since 1.8.4
19381930
//////////////////////////////////////////////////////////////////////////

src/translator_kr.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,14 +1948,6 @@ class TranslatorKorean : public TranslatorAdapter_1_8_15
19481948
return "메소드 문서화";
19491949
}
19501950

1951-
/*! Used as the title of the design overview picture created for the
1952-
* VHDL output.
1953-
*/
1954-
virtual QCString trDesignOverview()
1955-
{
1956-
return "디자인 개요";
1957-
}
1958-
19591951
//////////////////////////////////////////////////////////////////////////
19601952
// new since 1.8.4
19611953
//////////////////////////////////////////////////////////////////////////

src/translator_lv.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,14 +1936,6 @@ class TranslatorLatvian : public TranslatorAdapter_1_8_4
19361936
return "Metožu dokumentācija";
19371937
}
19381938

1939-
/*! Used as the title of the design overview picture created for the
1940-
* VHDL output.
1941-
*/
1942-
virtual QCString trDesignOverview()
1943-
{
1944-
return "Dizaina pārskats";
1945-
}
1946-
19471939
//////////////////////////////////////////////////////////////////////////
19481940

19491941
};

src/translator_nl.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,14 +1530,6 @@ class TranslatorDutch : public Translator
15301530
return "Methode Documentatie";
15311531
}
15321532

1533-
/*! Used as the title of the design overview picture created for the
1534-
* VHDL output.
1535-
*/
1536-
virtual QCString trDesignOverview()
1537-
{
1538-
return "Ontwerp Overzicht";
1539-
}
1540-
15411533
//////////////////////////////////////////////////////////////////////////
15421534
// new since 1.8.4
15431535
//////////////////////////////////////////////////////////////////////////

src/translator_pt.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1945,15 +1945,6 @@ class TranslatorPortuguese : public Translator
19451945
return "Documentação do método";
19461946
}
19471947

1948-
/*! Used as the title of the design overview picture created for the
1949-
* VHDL output.
1950-
*/
1951-
virtual QCString trDesignOverview()
1952-
{
1953-
// I'm not sure how to accurately translate it
1954-
return "Visão geral do design";
1955-
}
1956-
19571948
//////////////////////////////////////////////////////////////////////////
19581949
// new since 1.8.4
19591950
//////////////////////////////////////////////////////////////////////////

src/translator_ro.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,14 +1943,6 @@ class TranslatorRomanian : public TranslatorAdapter_1_8_15
19431943
return "Documentația Metodelor";
19441944
}
19451945

1946-
/*! Used as the title of the design overview picture created for the
1947-
* VHDL output.
1948-
*/
1949-
virtual QCString trDesignOverview()
1950-
{
1951-
return "Vedere de Ansamblu a Designului";
1952-
}
1953-
19541946
//////////////////////////////////////////////////////////////////////////
19551947
// new since 1.8.4
19561948
//////////////////////////////////////////////////////////////////////////

src/translator_ru.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,14 +1904,6 @@ class TranslatorRussian : public TranslatorAdapter_1_8_15
19041904
return "Документация метода";
19051905
}
19061906

1907-
/*! Used as the title of the design overview picture created for the
1908-
* VHDL output.
1909-
*/
1910-
virtual QCString trDesignOverview()
1911-
{
1912-
return "Обзор дизайна";
1913-
}
1914-
19151907
///////////////////////////////////////////////////////////////////////
19161908
// new since 1.8.4
19171909
///////////////////////////////////////////////////////////////////////

src/translator_sk.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,14 +1907,6 @@ class TranslatorSlovak : public TranslatorAdapter_1_8_15
19071907
return "Dokumentácia metódy";
19081908
}
19091909

1910-
/*! Used as the title of the design overview picture created for the
1911-
* VHDL output.
1912-
*/
1913-
virtual QCString trDesignOverview()
1914-
{
1915-
return "Návrhová schéma";
1916-
}
1917-
19181910
//////////////////////////////////////////////////////////////////////////
19191911
// new since 1.8.4
19201912
//////////////////////////////////////////////////////////////////////////

src/translator_sv.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,14 +2020,6 @@ class TranslatorSwedish : public Translator
20202020
return "Metoddokumentation";
20212021
}
20222022

2023-
/*! Used as the title of the design overview picture created for the
2024-
* VHDL output.
2025-
*/
2026-
virtual QCString trDesignOverview()
2027-
{
2028-
return "Designöversikt";
2029-
}
2030-
20312023
//////////////////////////////////////////////////////////////////////////
20322024
// new since 1.8.4
20332025
//////////////////////////////////////////////////////////////////////////

src/translator_tw.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1913,14 +1913,6 @@ class TranslatorChinesetraditional : public TranslatorAdapter_1_8_15
19131913
return "方法文件";
19141914
}
19151915

1916-
/*! Used as the title of the design overview picture created for the
1917-
* VHDL output.
1918-
*/
1919-
virtual QCString trDesignOverview()
1920-
{
1921-
return "設計概述";
1922-
}
1923-
19241916
//////////////////////////////////////////////////////////////////////////
19251917
// new since 1.8.4
19261918
//////////////////////////////////////////////////////////////////////////

src/translator_ua.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,14 +1901,6 @@ class TranslatorUkrainian : public TranslatorAdapter_1_8_4
19011901
return "Документація метода";
19021902
}
19031903

1904-
/*! Used as the title of the design overview picture created for the
1905-
* VHDL output.
1906-
*/
1907-
virtual QCString trDesignOverview()
1908-
{
1909-
return "Огляд дизайну проекту";
1910-
}
1911-
19121904
//////////////////////////////////////////////////////////////////////////
19131905

19141906
};

0 commit comments

Comments
 (0)