X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-subcall.h;h=082b02c8abd2066d7860c8b6963839e89479a5c4;hb=090379fdaf6ed1860dcff21424135ad71ead0cd2;hp=7d29e1a20bef496c59c6c27e6fcd0b8f565aa0db;hpb=5e7d680c173ddbb26db4e49f7738f82e89299362;p=src%2Fapp-framework-binder.git diff --git a/src/afb-subcall.h b/src/afb-subcall.h index 7d29e1a2..082b02c8 100644 --- a/src/afb-subcall.h +++ b/src/afb-subcall.h @@ -28,7 +28,3 @@ extern void afb_subcall( void (*callback)(void*, int, struct json_object*), void *closure); -extern void afb_subcall_internal_error( - void (*callback)(void*, int, struct json_object*), - void *closure); -