Browse Source

Remove duplicate gettext_noop() definition

It's defined in gettext.h so no need for us to duplicate the work.
tags/v1.5.90
Pierre Ossman 8 years ago
parent
commit
551a6cbe68
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      vncviewer/i18n.h

+ 0
- 1
vncviewer/i18n.h View File

@@ -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 */

Loading…
Cancel
Save