summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools.h b/tools.h
index 21dbd64..3b5c594 100644
--- a/tools.h
+++ b/tools.h
@@ -20,7 +20,6 @@
#endif
#define error(x...) esyslog("ERROR: " x);
-
#define FREE(x) { free(x); x = NULL; }
// --- EPG bug fixes ----------------------------------------------------