summaryrefslogtreecommitdiff
path: root/bus/bus.c
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-08-17 16:33:06 +0100
committerSimon McVittie <smcv@collabora.com>2018-08-30 17:39:34 +0100
commit2b8c1b0813d5fc054a9edc9e63311da0823eca31 (patch)
tree40263d6f819546fadd9dd4870eb061317fb8da8c /bus/bus.c
parenta3800e2d418985014c507b362c212f8d17c3b306 (diff)
downloaddbus-2b8c1b0813d5fc054a9edc9e63311da0823eca31.tar.gz
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
Diffstat (limited to 'bus/bus.c')
-rw-r--r--bus/bus.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/bus/bus.c b/bus/bus.c
index 9fd9820b..22b7d0b8 100644
--- a/bus/bus.c
+++ b/bus/bus.c
@@ -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)
{