diff options
Diffstat (limited to 'subsurface-core/gettext.h')
-rw-r--r-- | subsurface-core/gettext.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/subsurface-core/gettext.h b/subsurface-core/gettext.h deleted file mode 100644 index 43ff023c7..000000000 --- a/subsurface-core/gettext.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef MYGETTEXT_H -#define MYGETTEXT_H - -/* this is for the Qt based translations */ -extern const char *trGettext(const char *); -#define translate(_context, arg) trGettext(arg) -#define QT_TRANSLATE_NOOP(_context, arg) arg -#define QT_TRANSLATE_NOOP3(_context, arg, _comment) arg - -#endif // MYGETTEXT_H |