mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 21:58:03 +02:00
bus_context_get_policy: Remove, unused
Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=107739
This commit is contained in:
parent
a3800e2d41
commit
2b8c1b0813
2 changed files with 0 additions and 7 deletions
|
|
@ -1315,12 +1315,6 @@ bus_context_allow_windows_user (BusContext *context,
|
|||
windows_sid);
|
||||
}
|
||||
|
||||
BusPolicy *
|
||||
bus_context_get_policy (BusContext *context)
|
||||
{
|
||||
return context->policy;
|
||||
}
|
||||
|
||||
BusContainers *
|
||||
bus_context_get_containers (BusContext *context)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -110,7 +110,6 @@ dbus_bool_t bus_context_allow_unix_user (BusContext
|
|||
unsigned long uid);
|
||||
dbus_bool_t bus_context_allow_windows_user (BusContext *context,
|
||||
const char *windows_sid);
|
||||
BusPolicy* bus_context_get_policy (BusContext *context);
|
||||
BusContainers *bus_context_get_containers (BusContext *context);
|
||||
|
||||
BusClientPolicy* bus_context_create_client_policy (BusContext *context,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue