pgo: remove key_binding_unref_term() stub

Let’s see if this triggers a CI failure...
This commit is contained in:
Daniel Eklöf 2022-04-23 15:20:39 +02:00
parent 155a2e4790
commit 0dc763a621
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -198,11 +198,6 @@ key_binding_new_for_term(
}
}
void
key_binding_unref_term(struct key_binding_manager *mgr, const struct terminal *term)
{
}
int
main(int argc, const char *const *argv)
{