afb-msg-json: remove obsolete function
[src/app-framework-binder.git] / src / afb-msg-json.c
index ceeee1a..25a9621 100644 (file)
@@ -75,9 +75,4 @@ struct json_object *afb_msg_json_event(const char *event, struct json_object *ob
        return msg;
 }
 
-struct json_object *afb_msg_json_internal_error()
-{
-       return afb_msg_json_reply(NULL, "failed", "internal error", NULL);
-}
-