summaryrefslogtreecommitdiffstats
path: root/vncviewer
diff options
context:
space:
mode:
Diffstat (limited to 'vncviewer')
-rw-r--r--vncviewer/i18n.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vncviewer/i18n.h b/vncviewer/i18n.h
index bf5a50c9..0ce9e1bf 100644
--- a/vncviewer/i18n.h
+++ b/vncviewer/i18n.h
@@ -23,7 +23,6 @@
#include "gettext.h"
#define _(String) gettext (String)
-#define gettext_noop(String) String
#define N_(String) gettext_noop (String)
#endif /* _I18N_H */