From 4ed83fe2e5f16b572b5c6a49a82f264d3f80a5e1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 18 Dec 2013 17:12:07 +0100 Subject: Remove the _ macro This was a gettext-style macro to mark strings that should be translated. --- audio/filter/af_ladspa.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/filter') diff --git a/audio/filter/af_ladspa.c b/audio/filter/af_ladspa.c index 2b8066e9a7..881490a513 100644 --- a/audio/filter/af_ladspa.c +++ b/audio/filter/af_ladspa.c @@ -42,6 +42,8 @@ #include "af.h" +#define _(x) (x) + /* ------------------------------------------------------------------------- */ /* Filter specific data */ -- cgit v1.2.3