aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-05-27 02:43:37 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-05-27 02:43:37 +0800
commit1097c5c115b0bb0dbff5a388ec86944beca381ca (patch)
tree7a13a2a3b9d96060cdb691c59e151972dafc9a5c /widgets
parentc9ec8c3f4dce2b02c91268529977770364ef87fe (diff)
downloadgsoc2013-evolution-1097c5c115b0bb0dbff5a388ec86944beca381ca.tar
gsoc2013-evolution-1097c5c115b0bb0dbff5a388ec86944beca381ca.tar.gz
gsoc2013-evolution-1097c5c115b0bb0dbff5a388ec86944beca381ca.tar.bz2
gsoc2013-evolution-1097c5c115b0bb0dbff5a388ec86944beca381ca.tar.lz
gsoc2013-evolution-1097c5c115b0bb0dbff5a388ec86944beca381ca.tar.xz
gsoc2013-evolution-1097c5c115b0bb0dbff5a388ec86944beca381ca.tar.zst
gsoc2013-evolution-1097c5c115b0bb0dbff5a388ec86944beca381ca.zip
Some post-merge cleanup.
Diffstat (limited to 'widgets')
-rw-r--r--widgets/misc/e-web-view.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/widgets/misc/e-web-view.c b/widgets/misc/e-web-view.c
index 8e1878869e..71eb1acd34 100644
--- a/widgets/misc/e-web-view.c
+++ b/widgets/misc/e-web-view.c
@@ -895,16 +895,6 @@ web_view_load_string (EWebView *web_view,
}
static void
-web_view_load_string (EWebView *web_view,
- const gchar *string)
-{
- if (string != NULL && *string != '\0')
- gtk_html_load_from_string (GTK_HTML (web_view), string, -1);
- else
- e_web_view_clear (web_view);
-}
-
-static void
web_view_copy_clipboard (EWebView *web_view)
{
gtk_html_command (GTK_HTML (web_view), "copy");