summaryrefslogtreecommitdiff
path: root/plugins/hotkeys
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-12 12:00:33 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-12 12:00:33 +0200
commitf281c5aaa06b02c6bb634309ff5311a675636c5e (patch)
tree09ba81d2bb173893a3670b7cd5cfaa70b901cca3 /plugins/hotkeys
parent5390e6def6dba28f6fa35d06d5f4b2c698b2eb07 (diff)
hotkeys: disabled tracing
Diffstat (limited to 'plugins/hotkeys')
-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 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;