diff options
Diffstat (limited to 'includes/shell.h')
-rw-r--r-- | includes/shell.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/includes/shell.h b/includes/shell.h index c68d2115..c6570088 100644 --- a/includes/shell.h +++ b/includes/shell.h @@ -84,7 +84,7 @@ struct _Shell { GtkWidget *hbox, *vpaned; ShellTree *tree; - ShellInfoTree *info_tree, *moreinfo_tree; + ShellInfoTree *info_tree; ShellModule *selected_module; ShellModuleEntry *selected; ShellNote *note; @@ -106,11 +106,9 @@ struct _Shell { }; struct _DetailView { - GtkWidget *header; GtkWidget *scroll; GtkWidget *view; - - GSList *items; + GtkWidget *detail_box; }; struct _ShellTree { |