diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-09-21 20:22:45 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-09-21 20:22:45 +0200 |
commit | ab250b681ea1148abc30359fc2d19c651b7c6dd5 (patch) | |
tree | 8ef7a5c956a49ee533145ebf2bb089e735a56597 /plugins/hotkeys | |
parent | 1d159f7fc0f6c8534cb8be0457138507fcb8a75c (diff) |
disabled hotkeys tracing
Diffstat (limited to 'plugins/hotkeys')
-rw-r--r-- | plugins/hotkeys/hotkeys.c | 4 |
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; |