Remove lots of ifdef'ed out code from GTK/glib version

There's still a ton more left, but this is a start.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-10-06 10:55:18 -07:00
parent b01cc72ef5
commit 70352c3962
4 changed files with 1 additions and 389 deletions

View file

@ -66,10 +66,7 @@ Translator::Translator(QObject *parent):
QString Translator::translate(const char *context, const char *sourceText,
const char *disambiguation) const
{
return sourceText;
#if 0
return gettext(sourceText);
#endif
}
#endif