summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-09-21 20:22:45 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-09-21 20:22:45 +0200
commitab250b681ea1148abc30359fc2d19c651b7c6dd5 (patch)
tree8ef7a5c956a49ee533145ebf2bb089e735a56597
parent1d159f7fc0f6c8534cb8be0457138507fcb8a75c (diff)
disabled hotkeys tracing
-rw-r--r--plugins/hotkeys/hotkeys.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/hotkeys/hotkeys.c b/plugins/hotkeys/hotkeys.c
index feba4efe..2be24387 100644
--- a/plugins/hotkeys/hotkeys.c
+++ b/plugins/hotkeys/hotkeys.c
@@ -25,8 +25,8 @@
#include "hotkeys.h"
#include "../../deadbeef.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;
static DB_functions_t *deadbeef;