From 7462a8fbfb858db37c4321645cb07b924497bb40 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sun, 2 Aug 2009 21:11:49 -0300 Subject: Remove "Default C Compiler" from "Operating System" (now redundant) --- hardinfo2/computer.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hardinfo2/computer.c') diff --git a/hardinfo2/computer.c b/hardinfo2/computer.c index e5a8b55b..5a5f5b79 100644 --- a/hardinfo2/computer.c +++ b/hardinfo2/computer.c @@ -399,7 +399,6 @@ gchar *callback_os() "Kernel=%s\n" "Compiled=%s\n" "C Library=%s\n" - "Default C Compiler=%s\n" "Distribution=%s\n" "[Current Session]\n" "Computer Name=%s\n" @@ -413,7 +412,6 @@ gchar *callback_os() computer->os->kernel, computer->os->compiled_date, computer->os->libc, - computer->os->gcc, computer->os->distro, computer->os->hostname, computer->os->username, -- cgit v1.2.3