From 1640c70ea008fcf0b4332d1219fcdbf02e5174d1 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sat, 28 Jul 2012 10:21:32 +0200 Subject: ephy-encodings: drop some useless code --- embed/ephy-encodings.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'embed') diff --git a/embed/ephy-encodings.c b/embed/ephy-encodings.c index 42bb830e7..d980094ed 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 -- cgit