From f281c5aaa06b02c6bb634309ff5311a675636c5e Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 12 Oct 2013 12:00:33 +0200 Subject: hotkeys: disabled tracing --- plugins/hotkeys/hotkeys.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/hotkeys') diff --git a/plugins/hotkeys/hotkeys.c b/plugins/hotkeys/hotkeys.c index c1ccbcc1..df5274b8 100644 --- a/plugins/hotkeys/hotkeys.c +++ b/plugins/hotkeys/hotkeys.c @@ -33,8 +33,8 @@ #include "../../deadbeef.h" #include "actionhandlers.h" -#define trace(...) { fprintf(stderr, __VA_ARGS__); } -//#define trace(fmt,...) +//#define trace(...) { fprintf(stderr, __VA_ARGS__); } +#define trace(fmt,...) static DB_hotkeys_plugin_t plugin; DB_functions_t *deadbeef; -- cgit v1.2.3