summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-01-08 16:53:00 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-01-08 16:53:00 +0000
commit147f2bd08aa48ba6a4f945e28db05b378ab85a13 (patch)
tree9ae20fa597b84409ee9dd4ff4c702f814cf99d39 /render
parente93fae7f2d9fdcc4ddf2a4db936cbd0dd33de20c (diff)
downloadnetsurf-147f2bd08aa48ba6a4f945e28db05b378ab85a13.tar.gz
netsurf-147f2bd08aa48ba6a4f945e28db05b378ab85a13.tar.bz2
Remove content_msg for PASTE, since it doesn't need a gui_window to get the buffer from the front end now.
Diffstat (limited to 'render')
-rw-r--r--render/html.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/html.c b/render/html.c
index 19ea5a9d0..3e26928fd 100644
--- a/render/html.c
+++ b/render/html.c
@@ -1302,7 +1302,6 @@ html_object_callback(hlcache_handle *object,
case CONTENT_MSG_SAVELINK:
case CONTENT_MSG_POINTER:
- case CONTENT_MSG_PASTE:
/* These messages are for browser window layer.
* we're not interested, so pass them on. */
content_broadcast(&c->base, event->type, event->data);