From b208c9189f0d7866a90d1c7b030cd80b1829366a Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Tue, 17 Oct 2006 21:53:27 +0000 Subject: Minor cleanups, add SMP support (currently only x86 and x86_64). --- hardinfo2/shell.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'hardinfo2/shell.c') 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 #include -#include - /* * 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)); -- cgit v1.2.3