diff options
author | Christian Persch <chpe+gnomebugz@stud.uni-saarland.de> | 2003-04-30 00:55:51 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-30 00:55:51 +0800 |
commit | db1b85b940e4ea707c0fadda76ba79ddec8f697b (patch) | |
tree | 841432e26b270148e0fc359141942df8eb7ed681 /lib/ephy-dnd.h | |
parent | c46158a00cd6572504ded30c8a9d1ec1b468d07f (diff) | |
download | gsoc2013-epiphany-db1b85b940e4ea707c0fadda76ba79ddec8f697b.tar.gz gsoc2013-epiphany-db1b85b940e4ea707c0fadda76ba79ddec8f697b.tar.zst gsoc2013-epiphany-db1b85b940e4ea707c0fadda76ba79ddec8f697b.zip |
Remove unused function and fix a leak.
2003-04-29 Christian Persch <chpe+gnomebugz@stud.uni-saarland.de>
* lib/ephy-dnd.c: (ephy_dnd_drag_data_get),
(ephy_dnd_node_list_extract_nodes):
* lib/ephy-dnd.h:
Remove unused function and fix a leak.
Diffstat (limited to 'lib/ephy-dnd.h')
-rw-r--r-- | lib/ephy-dnd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ephy-dnd.h b/lib/ephy-dnd.h index b8c415b0b..e708654f5 100644 --- a/lib/ephy-dnd.h +++ b/lib/ephy-dnd.h @@ -49,8 +49,6 @@ gboolean ephy_dnd_drag_data_get (GtkWidget *widget, GList *ephy_dnd_node_list_extract_nodes (const char *node_list); -GList *ephy_dnd_uri_list_extract_uris (const char *uri_list); - G_END_DECLS #endif |