aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJean-François rameau <jframeau@cvs.gnome.org>2005-01-17 05:17:54 +0800
committerJean-François Rameau <jframeau@src.gnome.org>2005-01-17 05:17:54 +0800
commitc35f7740f943dac3993493682e64e36bcf7a6feb (patch)
treed111ac2f399ac01b4088a936323cefbfa1b60dea /lib
parent09ff02da308023ff9a98e6bd649ce5ad8d9b4b0a (diff)
downloadgsoc2013-epiphany-c35f7740f943dac3993493682e64e36bcf7a6feb.tar
gsoc2013-epiphany-c35f7740f943dac3993493682e64e36bcf7a6feb.tar.gz
gsoc2013-epiphany-c35f7740f943dac3993493682e64e36bcf7a6feb.tar.bz2
gsoc2013-epiphany-c35f7740f943dac3993493682e64e36bcf7a6feb.tar.lz
gsoc2013-epiphany-c35f7740f943dac3993493682e64e36bcf7a6feb.tar.xz
gsoc2013-epiphany-c35f7740f943dac3993493682e64e36bcf7a6feb.tar.zst
gsoc2013-epiphany-c35f7740f943dac3993493682e64e36bcf7a6feb.zip
Remove useless ephy_node_get_property_time method.
2005-01-16 Jean-François rameau <jframeau@cvs.gnome.org> * lib/ephy-node.h: Remove useless ephy_node_get_property_time method.
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-node.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ephy-node.h b/lib/ephy-node.h
index 7ac63b8eb..7335616dd 100644
--- a/lib/ephy-node.h
+++ b/lib/ephy-node.h
@@ -100,9 +100,6 @@ float ephy_node_get_property_float (EphyNode *node,
guint property_id);
EphyNode *ephy_node_get_property_node (EphyNode *node,
guint property_id);
-/* free return value */
-char *ephy_node_get_property_time (EphyNode *node,
- guint property_id);
/* xml storage */
int ephy_node_write_to_xml (EphyNode *node,