[pan2] small cleanup



commit 654160c16ae2ec9ed94a341dffd74ec67513f4c2
Author: Heinrich MÃller <henmull src gnome org>
Date:   Sat Sep 29 21:08:24 2012 +0200

    small cleanup

 pan/data-impl/download-meter.cc |    1 -
 pan/data-impl/download-meter.h  |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/pan/data-impl/download-meter.cc b/pan/data-impl/download-meter.cc
index a0910aa..7962e72 100644
--- a/pan/data-impl/download-meter.cc
+++ b/pan/data-impl/download-meter.cc
@@ -39,7 +39,6 @@ DownloadMeterImpl :: DownloadMeterImpl (Prefs& prefs, Data& data) :
                 _view(new ProgressView()),
                 _progress(new Progress("Downloaded bytes")),
                 _prefs(prefs),
-                _data(data),
                 _downloaded_bytes(0ul),
                 _limit(1ul)
 {
diff --git a/pan/data-impl/download-meter.h b/pan/data-impl/download-meter.h
index dfe304e..6bbd56f 100644
--- a/pan/data-impl/download-meter.h
+++ b/pan/data-impl/download-meter.h
@@ -56,7 +56,6 @@ namespace pan
       GtkWidget* _widget;
       GtkWidget* _button;
       Prefs& _prefs;
-      Data& _data;
 
     public:
 



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