Skip to content

Commit

Permalink
libgpo: remove unused gp_registry_entry2 struct.
Browse files Browse the repository at this point in the history
Guenther

Signed-off-by: Günther Deschner <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>
  • Loading branch information
gd authored and cryptomilk committed Jan 7, 2014
1 parent 9a4e007 commit 0a15360
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions libgpo/gpo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0a15360

Please sign in to comment.