diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-03-21 10:54:54 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-03-21 10:54:54 +0000 |
commit | 71a591195618271973a12ae7ffaf288909481cbc (patch) | |
tree | 68ea841f948f1351099dd470ba966edf42125047 /hardinfo2/hardinfo.c | |
parent | f7ab0cb977df0d6eba533a245c93da582b9f5f84 (diff) |
Cleanups. APM battery info fixes for Linux 2.6.
Diffstat (limited to 'hardinfo2/hardinfo.c')
-rw-r--r-- | hardinfo2/hardinfo.c | 3 |
1 files changed, 0 insertions, 3 deletions
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) { |