aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/afb-api-dbus.c1
-rw-r--r--src/afb-api-ws.c1
-rw-r--r--src/afb-proto-ws.c2
-rw-r--r--src/afb-stub-ws.c2
-rw-r--r--src/afb-supervision.c1
5 files changed, 0 insertions, 7 deletions
diff --git a/src/afb-api-dbus.c b/src/afb-api-dbus.c
index dbafebe6..a2c9b086 100644
--- a/src/afb-api-dbus.c
+++ b/src/afb-api-dbus.c
@@ -18,7 +18,6 @@
#if defined(WITH_DBUS_TRANSPARENCY)
#define _GNU_SOURCE
-#define NO_PLUGIN_VERBOSE_MACRO
#include <stdlib.h>
#include <stdio.h>
diff --git a/src/afb-api-ws.c b/src/afb-api-ws.c
index c1ccd329..4f4ac72a 100644
--- a/src/afb-api-ws.c
+++ b/src/afb-api-ws.c
@@ -16,7 +16,6 @@
*/
#define _GNU_SOURCE
-#define NO_PLUGIN_VERBOSE_MACRO
#include <stdlib.h>
#include <string.h>
diff --git a/src/afb-proto-ws.c b/src/afb-proto-ws.c
index f9313545..7644a96a 100644
--- a/src/afb-proto-ws.c
+++ b/src/afb-proto-ws.c
@@ -17,8 +17,6 @@
#define _GNU_SOURCE
-#define NO_PLUGIN_VERBOSE_MACRO
-
#include <stdlib.h>
#include <string.h>
#include <assert.h>
diff --git a/src/afb-stub-ws.c b/src/afb-stub-ws.c
index 68bc8c7c..974ea07e 100644
--- a/src/afb-stub-ws.c
+++ b/src/afb-stub-ws.c
@@ -17,8 +17,6 @@
#define _GNU_SOURCE
-#define NO_PLUGIN_VERBOSE_MACRO
-
#include <stdlib.h>
#include <string.h>
#include <assert.h>
diff --git a/src/afb-supervision.c b/src/afb-supervision.c
index be823b3d..84c302f6 100644
--- a/src/afb-supervision.c
+++ b/src/afb-supervision.c
@@ -18,7 +18,6 @@
#if defined(WITH_SUPERVISION)
#define _GNU_SOURCE
-#define AFB_BINDING_PRAGMA_NO_VERBOSE_MACRO
#include <string.h>
#include <errno.h>