diff options
author | Xan Lopez <xan@igalia.com> | 2012-07-28 16:21:32 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-07-28 16:21:32 +0800 |
commit | 1640c70ea008fcf0b4332d1219fcdbf02e5174d1 (patch) | |
tree | 09ddb7ab41e4184bac73488fa66922d556948f2c /embed | |
parent | ad344520e48041081ee4b46230c5bc0d8075ccd7 (diff) | |
download | gsoc2013-epiphany-1640c70ea008fcf0b4332d1219fcdbf02e5174d1.tar.gz gsoc2013-epiphany-1640c70ea008fcf0b4332d1219fcdbf02e5174d1.tar.zst gsoc2013-epiphany-1640c70ea008fcf0b4332d1219fcdbf02e5174d1.zip |
ephy-encodings: drop some useless code
Diffstat (limited to 'embed')
-rw-r--r-- | 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 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 |