[gnome-online-miners/wip/owncloud: 1/5] src: Remove unused priv pointers



commit 01118b163397b9860256c32d56ea361336138fd6
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Aug 14 18:20:34 2013 +0200

    src: Remove unused priv pointers

 src/gom-gdata-miner.h |    3 ---
 src/gom-zpj-miner.h   |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/gom-gdata-miner.h b/src/gom-gdata-miner.h
index ce2d8ff..fc8ee35 100644
--- a/src/gom-gdata-miner.h
+++ b/src/gom-gdata-miner.h
@@ -53,12 +53,9 @@ G_BEGIN_DECLS
 
 typedef struct _GomGDataMiner GomGDataMiner;
 typedef struct _GomGDataMinerClass GomGDataMinerClass;
-typedef struct _GomGDataMinerPrivate GomGDataMinerPrivate;
 
 struct _GomGDataMiner {
   GomMiner parent;
-
-  GomGDataMinerPrivate *priv;
 };
 
 struct _GomGDataMinerClass {
diff --git a/src/gom-zpj-miner.h b/src/gom-zpj-miner.h
index eb1b213..33e8302 100644
--- a/src/gom-zpj-miner.h
+++ b/src/gom-zpj-miner.h
@@ -53,12 +53,9 @@ G_BEGIN_DECLS
 
 typedef struct _GomZpjMiner GomZpjMiner;
 typedef struct _GomZpjMinerClass GomZpjMinerClass;
-typedef struct _GomZpjMinerPrivate GomZpjMinerPrivate;
 
 struct _GomZpjMiner {
   GomMiner parent;
-
-  GomZpjMinerPrivate *priv;
 };
 
 struct _GomZpjMinerClass {


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