From 71a591195618271973a12ae7ffaf288909481cbc Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Wed, 21 Mar 2007 10:54:54 +0000 Subject: Cleanups. APM battery info fixes for Linux 2.6. --- hardinfo2/hardinfo.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'hardinfo2/hardinfo.c') diff --git a/hardinfo2/hardinfo.c b/hardinfo2/hardinfo.c index 8d17ffc1..ea075f5d 100644 --- a/hardinfo2/hardinfo.c +++ b/hardinfo2/hardinfo.c @@ -66,7 +66,6 @@ main(int argc, char **argv) } /* initialize the binreloc library, so we can load program data */ - DEBUG("initializing binreloc"); if (!binreloc_init(FALSE)) g_error("Failed to find runtime data.\n\n" "\342\200\242 Is HardInfo correctly installed?\n" @@ -95,7 +94,6 @@ main(int argc, char **argv) if (!params.create_report) { /* we only try to open the UI if the user didn't asked for a report. */ - DEBUG("initializing gtk+"); params.gui_running = ui_init(&argc, &argv); /* as a fallback, if GTK+ initialization failed, run in report @@ -121,7 +119,6 @@ main(int argc, char **argv) shell_init(modules); - DEBUG("entering gtk+ main loop"); gtk_main(); } else if (params.create_report) { -- cgit v1.2.3