diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-10 20:25:19 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-10 20:25:19 +0800 |
commit | 309314a3645910f365dd51807f47c04e1567b5fe (patch) | |
tree | c82d73887efb1e1ef12c60c99f7d7b33469bb64d /embed | |
parent | e0e28a194f0b59712b096bbde4d6181739f1d975 (diff) | |
download | gsoc2013-epiphany-309314a3645910f365dd51807f47c04e1567b5fe.tar gsoc2013-epiphany-309314a3645910f365dd51807f47c04e1567b5fe.tar.gz gsoc2013-epiphany-309314a3645910f365dd51807f47c04e1567b5fe.tar.bz2 gsoc2013-epiphany-309314a3645910f365dd51807f47c04e1567b5fe.tar.lz gsoc2013-epiphany-309314a3645910f365dd51807f47c04e1567b5fe.tar.xz gsoc2013-epiphany-309314a3645910f365dd51807f47c04e1567b5fe.tar.zst gsoc2013-epiphany-309314a3645910f365dd51807f47c04e1567b5fe.zip |
Remove a decl I forgot.
2003-11-10 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/mozilla-embed.cpp:
Remove a decl I forgot.
* lib/egg/egg-editable-toolbar.c: (create_item_from_action),
(create_item), (drag_data_received_cb), (item_added_cb),
(egg_editable_toolbar_construct):
Copy hack from gtk to make tooltips work.
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/mozilla-embed.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/mozilla/mozilla-embed.cpp b/embed/mozilla/mozilla-embed.cpp index 79c851d62..c41ecbf3a 100644 --- a/embed/mozilla/mozilla-embed.cpp +++ b/embed/mozilla/mozilla-embed.cpp @@ -65,8 +65,6 @@ static void mozilla_embed_js_status_cb (GtkMozEmbed *embed, MozillaEmbed *membed); static void mozilla_embed_visibility_cb (GtkMozEmbed *embed, gboolean visibility, MozillaEmbed *membed); -static void -mozilla_embed_destroy_brsr_cb (GtkMozEmbed *embed, MozillaEmbed *embed); static gint mozilla_embed_dom_mouse_click_cb (GtkMozEmbed *embed, gpointer dom_event, MozillaEmbed *membed); static gint |