[epiphany] ephy-encodings: drop some useless code



commit 1640c70ea008fcf0b4332d1219fcdbf02e5174d1
Author: Xan Lopez <xan igalia com>
Date:   Sat Jul 28 10:21:32 2012 +0200

    ephy-encodings: drop some useless code

 embed/ephy-encodings.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/embed/ephy-encodings.c b/embed/ephy-encodings.c
index 42bb830..d980094 100644
--- a/embed/ephy-encodings.c
+++ b/embed/ephy-encodings.c
@@ -144,14 +144,10 @@ enum
 {
 	ALL_NODE_ID = 2,
 	ENCODINGS_NODE_ID = 3,
-	DETECTORS_NODE_ID = 5
 };
 
 #define RECENT_MAX	4
 
-static void ephy_encodings_class_init	(EphyEncodingsClass *klass);
-static void ephy_encodings_init		(EphyEncodings *ma);
-
 G_DEFINE_TYPE (EphyEncodings, ephy_encodings, G_TYPE_OBJECT)
 
 static void



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