diff options
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -20,7 +20,6 @@ #endif #define error(x...) esyslog("ERROR: " x); - #define FREE(x) { free(x); x = NULL; } // --- EPG bug fixes ---------------------------------------------------- |