summaryrefslogtreecommitdiff
path: root/libgpo/gpo.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-12-18 16:29:36 +0100
committerAndreas Schneider <asn@samba.org>2014-01-07 16:59:38 +0100
commit0a15360f359e1b5780e109646502f044336b212f (patch)
treef40da55e1dc23b15037e6bdf39e751169edf9e35 /libgpo/gpo.h
parent9a4e007d9000f4f02474394659110dcb9b136d0e (diff)
downloadsamba-0a15360f359e1b5780e109646502f044336b212f.tar.gz
libgpo: remove unused gp_registry_entry2 struct.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'libgpo/gpo.h')
-rw-r--r--libgpo/gpo.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libgpo/gpo.h b/libgpo/gpo.h
index 91ce006cd09..997dbc0b7a1 100644
--- a/libgpo/gpo.h
+++ b/libgpo/gpo.h
@@ -138,13 +138,6 @@ struct gp_registry_value {
struct registry_value *data;
};
-struct gp_registry_entry2 {
- enum gp_reg_action action;
- const char *key;
- size_t num_values;
- struct gp_registry_value **values;
-};
-
struct gp_registry_entries {
size_t num_entries;
struct gp_registry_entry **entries;