diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-17 21:53:27 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-17 21:53:27 +0000 |
commit | b208c9189f0d7866a90d1c7b030cd80b1829366a (patch) | |
tree | 12044d5deb0e631d10c94ff3ad9df6652136e1f3 /hardinfo2/shell.c | |
parent | ace4ec786de07d9bcd6b852fcd3b2ae39cda200f (diff) |
Minor cleanups, add SMP support (currently only x86 and x86_64).
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)); |