[pan2] minor cleanup



commit 04c43ecd7ce01bbf021c9ea1bbf5b4bf7b677d51
Author: Heinrich MÃller <henmull src gnome org>
Date:   Thu Dec 13 22:05:40 2012 +0100

    minor cleanup

 pan/data-impl/download-meter.cc |    2 --
 pan/gui/pan.cc                  |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/pan/data-impl/download-meter.cc b/pan/data-impl/download-meter.cc
index 5662432..0783666 100644
--- a/pan/data-impl/download-meter.cc
+++ b/pan/data-impl/download-meter.cc
@@ -167,8 +167,6 @@ DownloadMeterImpl :: dl_meter_update ()
   int limit (_prefs.get_int("dl-limit", 1024));
   _limit = limit * ::pow(1024, type_idx);
 
-  std::cerr<<"diff "<<_limit-_downloaded_bytes<<"\n";
-
   set_status ();
 }
 
diff --git a/pan/gui/pan.cc b/pan/gui/pan.cc
index 2e6b707..cbf903c 100644
--- a/pan/gui/pan.cc
+++ b/pan/gui/pan.cc
@@ -18,8 +18,6 @@
  */
 
 
-// TODO :: fix usage of gkr!!
-
 #include <memory>
 #include <fstream>
 #include <config.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]