diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-03-09 12:18:28 +0100 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-03-09 12:21:15 +0100 |
commit | de69091d34d8102c0b56194d603ed9e66699d34c (patch) | |
tree | 3003251aeec776d0f8c44820a72846fa7772be5f /l10ntools/inc | |
parent | 8885dc27da82f83d27eb99f8bea4abb5e450fce3 (diff) |
Delete PoHeader constructor used by renewpo
Change-Id: I360a9c96eacf9b7b8bd80214a3fc4c9faa01e631
Diffstat (limited to 'l10ntools/inc')
-rwxr-xr-x[-rw-r--r--] | l10ntools/inc/po.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/l10ntools/inc/po.hxx b/l10ntools/inc/po.hxx index 506558f20119..f2edb0684ee2 100644..100755 --- a/l10ntools/inc/po.hxx +++ b/l10ntools/inc/po.hxx @@ -90,7 +90,6 @@ public: friend class PoIfstream; PoHeader( const OString& rExtSrc ); - PoHeader( std::ifstream& rOldPo ); ~PoHeader(); }; |