[glom] Remove unused member variables.



commit 6e65ee4c460bc68b48289f49e0488df8221ed75d
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Dec 3 09:10:36 2014 +0100

    Remove unused member variables.
    
    Found by Coverity Scan.

 glom/mode_data/box_data_details.h |    1 -
 glom/mode_find/notebook_find.h    |    2 --
 2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/glom/mode_data/box_data_details.h b/glom/mode_data/box_data_details.h
index 660c345..1706815 100644
--- a/glom/mode_data/box_data_details.h
+++ b/glom/mode_data/box_data_details.h
@@ -160,7 +160,6 @@ protected:
   Gtk::Button m_Button_Nav_Next;
   Gtk::Button m_Button_Nav_Last;
 
-  guint m_ColumnName, m_ColumnValue;
   bool m_bDoNotRefreshRelated; //Stops us from refreshing related records in response to an addition of a 
related record.
   bool m_ignore_signals;
 
diff --git a/glom/mode_find/notebook_find.h b/glom/mode_find/notebook_find.h
index 19cfb4b..c7ec347 100644
--- a/glom/mode_find/notebook_find.h
+++ b/glom/mode_find/notebook_find.h
@@ -52,8 +52,6 @@ private:
   Box_Data_List_Find m_Box_List;
   
   Box_Data_Details_Find m_Box_Details;
-
-  guint m_iPage_Details, m_iPage_List;
 };
 
 } //namespace Glom


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