From ec790f84bea30f361a296104b59502a9ac11d29c Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 16 Dec 2013 14:59:00 +0100 Subject: [PATCH] libgpo: remove unused process_group_policy2 callback from CSE module API. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Andreas Schneider Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Wed Dec 18 16:45:20 CET 2013 on sn-devel-104 --- libgpo/gpext/gpext.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libgpo/gpext/gpext.h b/libgpo/gpext/gpext.h index a550f4e02d5..ef0b1a25580 100644 --- a/libgpo/gpext/gpext.h +++ b/libgpo/gpext/gpext.h @@ -69,12 +69,6 @@ struct gp_extension_methods { const char *extension_guid, const char *snapin_guid); - NTSTATUS (*process_group_policy2)(TALLOC_CTX *mem_ctx, - uint32_t flags, - const struct security_token *token, - struct GROUP_POLICY_OBJECT *gpo_list, - const char *extension_guid); - NTSTATUS (*get_reg_config)(TALLOC_CTX *mem_ctx, struct gp_extension_reg_info **info); -- 2.11.4.GIT