summaryrefslogtreecommitdiffstats
path: root/qt-gui.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-06 10:55:18 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-06 10:55:18 -0700
commit70352c3962cf3b4379590326cdc489ac0543f7e9 (patch)
treef19231854c95ef2d509c46213ff11eb07ef4c057 /qt-gui.cpp
parentb01cc72ef5ceefd09d5ba1bf80e82a1c78e6a477 (diff)
downloadsubsurface-70352c3962cf3b4379590326cdc489ac0543f7e9.tar.gz
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>
Diffstat (limited to 'qt-gui.cpp')
-rw-r--r--qt-gui.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/qt-gui.cpp b/qt-gui.cpp
index 098124585..178ed52af 100644
--- a/qt-gui.cpp
+++ b/qt-gui.cpp
@@ -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