diff options
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r-- | hardinfo2/shell.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c index e979a8c4..20cb31aa 100644 --- a/hardinfo2/shell.c +++ b/hardinfo2/shell.c @@ -28,8 +28,6 @@ #include <menu.h> #include <stock.h> -#include <binreloc.h> - /* * Internal Prototypes ******************************************************** */ @@ -557,7 +555,6 @@ update_field(gpointer data) SHELL_VIEW_LOAD_GRAPH */ if (fu->loadgraph && shell->view_type == SHELL_VIEW_LOAD_GRAPH) { GtkTreeSelection *ts; - ts = gtk_tree_view_get_selection(GTK_TREE_VIEW (shell->info->view)); |