X-Git-Url: https://rtime.felk.cvut.cz/gitweb/coffee/mt-apps.git/blobdiff_plain/0f7568f9764fa2d7953fb6be82cbbfefb832fd66..HEAD:/mt_keys.c diff --git a/mt_keys.c b/mt_keys.c index e72b17f..015b8ae 100644 --- a/mt_keys.c +++ b/mt_keys.c @@ -10,17 +10,6 @@ #include "signal_exit.h" #include "json_helpers.h" -void keys_json_print(int fd, char key) -{ - static const char *type = "keys"; - - JSON_START(); - JSON_STR(type); - JSON_NEXT(); - JSON_CHAR(key); - JSON_END(); -} - static void keys_cb(EV_P_ ev_io *w_, int revents) { ev_io_keys *w = (ev_io_keys *)w_;